COLOR #498E22

HEX: #498E22
RGB: (73,142,34)

Renk bilgisi

#498E22 contains mainly green color. #498E22 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#498E22 color RGB value is (73,142,34).

  • kırmız ton 73;
  • yeşil ton 142;
  • mavi ton 34.
RGB:
(73,142,34)
(29%,56%,13%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 142 of 255 = 56%
B 34 of 255 = 13%

73
142
34

R + G + B ~ 33%. #498E22 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 142 + 34 = 249 (100%)
R 73 of 249 ~ 29.32%
G 142 of 249 ~ 57.03%
B 34 of 249 ~ 13.65%

%29.32
%57.03
%13.65

CMYK RENK MODELİ

#498E22 rengi CMYK tonu (49,0,76,44).

  • camgöbeği tonu 48.59%
  • eflatun tonu 0.00%
  • sarı tonu 76.06%
  • ana renk tonu 44.31%
CMYK:
(49,0,76,44)
C49M0Y76K44 
(49%,0%,76%,44%)
(0.49/0.00/0.76/0.44)	

CMYK yüzdeleri

%48.59
%0
%76.06
%44.31

Codes

Color #498E22 in popluar color models

498E22
RGB7314234
HSL98°61.36%34.51%
HSB/HSV98°76.06%55.69%
CMYK48.59%0.00%76.06%
44.31%

Color #498E22 in popluar number systems.

HEX498E22
Decimal7314234
Binary100100110001110100010
Octal11121642

Shades and tints

Shades of #498E22

#498E22
(73,142,34)
#43821F
(67,130,31)
#3D761C
(61,118,28)
#376A19
(55,106,25)
#315E16
(49,94,22)
#2B5213
(43,82,19)
#254610
(37,70,16)
#1F3A0D
(31,58,13)
#192E0A
(25,46,10)
#132207
(19,34,7)
#0D1604
(13,22,4)
#000000
(0,0,0)

Tints of #498E22

#498E22
(73,142,34)
#599836
(89,152,54)
#69A24A
(105,162,74)
#79AC5E
(121,172,94)
#89B672
(137,182,114)
#99C086
(153,192,134)
#A9CA9A
(169,202,154)
#B9D4AE
(185,212,174)
#C9DEC2
(201,222,194)
#D9E8D6
(217,232,214)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498E22 color. Also use rgb(73,142,34) instead hex code.

Text Font Color

.myTextColor { color: #498E22; }

<p style="color:#498E22">This sample text font color is #498E22.</p>

This text font color is #498E22.


Background Color

.myBgColor { background-color: #498E22; }

<div style="background-color:#498E22">Inner text</div>

This div background color is #498E22.


Border color

.myBorderColor { border: 1px solid #498E22; }

<div style="border:3px solid #498E22">Div</div>

This div border color is #498E22.


Opacity

.myOpacity80 { color: #498E22; opacity: 0.8; }

<p style="color:#498E22;opacity:0.8;">80%</p>

Text with #498E22 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #498E22;}

<p style="text-shadow: 3px 3px 1px #498E22">Text here.</p>

This text has shadow with #498E22 color.

.textShadow {text-shadow: 3px 3px 1px #498E22, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #498E22, 5px 5px 20px red">Text here.</p>

This text has shadow with #498E22 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498E22, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#498E22, Direction=45, Strength=4)">Text</p>

This text has shadow with #498E22 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #498E22;
  -webkit-box-shadow:	1px 1px 3px 2px #498E22;
  box-shadow:		1px 1px 3px 2px #498E22;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498E22;
-webkit-box-shadow: 1px 1px 3px 2px #498E22;
box-shadow:1px 1px 3px 2px #498E22;">
Div content here</div>
This div box has shadow with color #498E22.

Preview

Color preview on black background

This text has color #498E22 on black background.


Color preview on white background

This text has color #498E22 on white background.



Black color preview on #498E22 background

This text has black color on #498E22 background.


White color preview on #498E22 background

This text has white color on #498E22 background.