#496226

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

Shades of Green Leaf #496226

Tints of Green Leaf #496226

Color information

#496226 (or 0x496226) is unknown color: approx Green Leaf. HEX triplet: 49, 62 and 26. RGB value is (73,98,38). Sum of RGB (Red+Green+Blue) = 73+98+38=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #496226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496226 is #B69DD9. Grayscale: #535353. Windows color (decimal): -11967962 or 2515529. OLE color: 2515529.

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

Color convert

RGB739838-
CMYK0.2600.610.62
HSL85º44.12%26.67%-
HSV(B)85º61.22%38.43%-
XYZ7.4710.293.43-
YUV83.68102.22120.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=34.93%
G=46.89%
B=18.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398380.2600.610.628544.1226.67
Hex4962261A03D3E552c1b
Octal1111424632075761255433
Binary10010011100010100110110100111101111110101010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496226; }

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

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

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

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

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

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

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

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