Html Css Color HEX #496818 Green Leaf

📋 copy color: '#496818'

red 73 ◦ green 104 ◦ blue 24

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

Shades of Green Leaf #496818

Tints of Green Leaf #496818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

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

R = 36.32%
G = 51.74%
B = 11.94%

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

#496818 (or 0x496818) is known color: Green Leaf. HEX triplet: 49, 68 and 18. RGB value is (73,104,24). Sum of RGB (Red+Green+Blue) = 73+104+24=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #496818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496818 is #B697E7. Grayscale: #555555. Windows color (decimal): -11966440 or 1599561. OLE color: 1599561.

HSL color Cylindrical-coordinate representation of color #496818: hue angle of 83.25º degrees, saturation: 0.62, 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 #496818 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 24 -
CMYK 0.30 0 0.77 0.59
HSL 83.25º 0.63% 0.25% -
HSV(B) 83.25º 0.77% 0.41% -
XYZ 7.86 11.38 2.65 -
YUV 85.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 73 104 24 0.30 0 0.77 0.59 83.25 0.63 0.25
Hex 49 68 18 1E 0 4D 3B 53 3E 19
Octal 111 150 30 36 0 115 73 123 76 31
Binary 1001001 1101000 11000 11110 0 1001101 111011 1010011 111110 11001

Color Harmonies of #496818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496818

Black with #496818

Text Example


Text Example

White with #496818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496818; }

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

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

background-color css

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

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

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

border-color css

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

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

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