Html Css Color HEX #496918 Green Leaf

📋 copy color: '#496918'

red 73 ◦ green 105 ◦ blue 24

#496918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #496918

Tints of Green Leaf #496918

RGB

 RED value IS 73 (28.91% from 255) = 36.14%

 GREEN value IS 105 (41.41% from 255) = 51.98%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 36.14%
G = 51.98%
B = 11.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#496918 (or 0x496918) is known color: Green Leaf. HEX triplet: 49, 69 and 18. RGB value is (73,105,24). Sum of RGB (Red+Green+Blue) = 73+105+24=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #496918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496918 is #B696E7. Grayscale: #565656. Windows color (decimal): -11966184 or 1599817. OLE color: 1599817.

HSL color Cylindrical-coordinate representation of color #496918: hue angle of 83.7º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #496918 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 24 -
CMYK 0.30 0 0.77 0.59
HSL 83.7º 0.63% 0.25% -
HSV(B) 83.7º 0.77% 0.41% -
XYZ 7.96 11.59 2.68 -
YUV 86.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 73 105 24 0.30 0 0.77 0.59 83.7 0.63 0.25
Hex 49 69 18 1E 0 4D 3B 54 3F 19
Octal 111 151 30 36 0 115 73 124 77 31
Binary 1001001 1101001 11000 11110 0 1001101 111011 1010100 111111 11001

Color Harmonies of #496918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496918

Black with #496918

Text Example


Text Example

White with #496918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496918; }

 p { color: rgb(73,105,24); }

 H1.HeaderClassName
 {
   color: #496918;
 }
 .AnyTagClassName
 {
   color: #496918;
 }
</style>

background-color css

<style>
 a { background-color: #496918; }

 a { background-color: rgb(73,105,24); }

 div.DivClassName
 {
   background-color: #496918;
 }
 .BgClassName
 {
   background-color: #496918;
 }
</style>

border-color css

<style>
 span { border-color: #496918; }

 span { border-color: rgb(73,105,24); }

 td.TdClassName
 {
   border-color: #496918;
 }
 .TagClassName
 {
   border-color: #496918;
 }
</style>