#496222

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

Shades of Green Leaf #496222

Tints of Green Leaf #496222

Color information

#496222 (or 0x496222) is unknown color: approx Green Leaf. HEX triplet: 49, 62 and 22. RGB value is (73,98,34). Sum of RGB (Red+Green+Blue) = 73+98+34=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #496222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496222 is #B69DDD. Grayscale: #535353. Windows color (decimal): -11967966 or 2253385. OLE color: 2253385.

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

Color convert

RGB739834-
CMYK0.2600.650.62
HSL83.44º48.48%25.88%-
HSV(B)83.44º65.31%38.43%-
XYZ7.410.273.1-
YUV83.23100.22120.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=35.61%
G=47.80%
B=16.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398340.2600.650.6283.4448.4825.88
Hex4962221A0413E53301a
Octal11114242320101761236032
Binary100100111000101000101101001000001111110101001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496222; }

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

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

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

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

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

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

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

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