#496326

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

Shades of Green Leaf #496326

Tints of Green Leaf #496326

Color information

#496326 (or 0x496326) is unknown color: approx Green Leaf. HEX triplet: 49, 63 and 26. RGB value is (73,99,38). Sum of RGB (Red+Green+Blue) = 73+99+38=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #496326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496326 is #B69CD9. Grayscale: #545454. Windows color (decimal): -11967706 or 2515785. OLE color: 2515785.

HSL color Cylindrical-coordinate representation of color #496326: hue angle of 85.57º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496326 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB739938-
CMYK0.2600.620.61
HSL85.57º44.53%26.86%-
HSV(B)85.57º61.62%38.82%-
XYZ7.5610.483.46-
YUV84.27101.89119.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=34.76%
G=47.14%
B=18.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399380.2600.620.6185.5744.5326.86
Hex4963261A03E3D562d1b
Octal1111434632076751265533
Binary10010011100011100110110100111110111101101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496326; }

 p { color: rgb(73,99,38); }

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

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

 a { background-color: rgb(73,99,38); }

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

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

 span { border-color: rgb(73,99,38); }

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