#496922

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

Shades of Green Leaf #496922

Tints of Green Leaf #496922

Color information

#496922 (or 0x496922) is unknown color: approx Green Leaf. HEX triplet: 49, 69 and 22. RGB value is (73,105,34). Sum of RGB (Red+Green+Blue) = 73+105+34=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #496922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496922 is #B696DD. Grayscale: #575757. Windows color (decimal): -11966174 or 2255177. OLE color: 2255177.

HSL color Cylindrical-coordinate representation of color #496922: hue angle of 87.04º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496922 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB7310534-
CMYK0.3000.680.59
HSL87.04º51.08%27.25%-
HSV(B)87.04º67.62%41.18%-
XYZ8.0911.643.33-
YUV87.3497.9117.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=34.43%
G=49.53%
B=16.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105340.3000.680.5987.0451.0827.25
Hex4969221E0443B57331b
Octal11115142360104731276333
Binary100100111010011000101111001000100111011101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496922; }

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

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

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

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

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

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

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

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