#496818

Color #496818 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #496818

Tints of Green Leaf #496818

Color information

#496818 (or 0x496818) is unknown color: approx 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

RGB7310424-
CMYK0.3000.770.59
HSL83.25º62.5%25.1%-
HSV(B)83.25º76.92%40.78%-
XYZ7.8611.382.65-
YUV85.6193.23119-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104240.3000.770.5983.2562.525.1
Hex4968181E04D3B533e19
Octal11115030360115731237631
Binary10010011101000110001111001001101111011101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>