#496624

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

Shades of Green Leaf #496624

Tints of Green Leaf #496624

Color information

#496624 (or 0x496624) is unknown color: approx Green Leaf. HEX triplet: 49, 66 and 24. RGB value is (73,102,36). Sum of RGB (Red+Green+Blue) = 73+102+36=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #496624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496624 is #B699DB. Grayscale: #565656. Windows color (decimal): -11966940 or 2385481. OLE color: 2385481.

HSL color Cylindrical-coordinate representation of color #496624: hue angle of 86.36º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496624 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB7310236-
CMYK0.2800.650.6
HSL86.36º47.83%27.06%-
HSV(B)86.36º64.71%40%-
XYZ7.8211.053.39-
YUV85.899.89118.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=34.60%
G=48.34%
B=17.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102360.2800.650.686.3647.8327.06
Hex4966241C0413C56301b
Octal11114644340101741266033
Binary100100111001101001001110001000001111100101011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496624; }

 p { color: rgb(73,102,36); }

 H1.HeaderClassName
 {
   color: #496624;
 }
 .AnyTagClassName
 {
   color: #496624;
 }
</style>
background-color css

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

 a { background-color: rgb(73,102,36); }

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

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

 span { border-color: rgb(73,102,36); }

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