#496A15

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

Shades of Green Leaf #496A15

Tints of Green Leaf #496A15

Color information

#496A15 (or 0x496A15) is unknown color: approx Green Leaf. HEX triplet: 49, 6A and 15. RGB value is (73,106,21). Sum of RGB (Red+Green+Blue) = 73+106+21=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #496A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496A15 is #B695EA. Grayscale: #565656. Windows color (decimal): -11965931 or 1403465. OLE color: 1403465.

HSL color Cylindrical-coordinate representation of color #496A15: hue angle of 83.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #496A15 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB7310621-
CMYK0.3100.800.58
HSL83.29º66.93%24.9%-
HSV(B)83.29º80.19%41.57%-
XYZ8.0411.782.56-
YUV86.4491.07118.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=36.5%
G=53%
B=10.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106210.3100.800.5883.2966.9324.9
Hex496A151F0503A534319
Octal111152253701207212310331
Binary100100111010101010111111010100001110101010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A15; }

 p { color: rgb(73,106,21); }

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

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

 a { background-color: rgb(73,106,21); }

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

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

 span { border-color: rgb(73,106,21); }

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