#496B13

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

Shades of Green Leaf #496B13

Tints of Green Leaf #496B13

Color information

#496B13 (or 0x496B13) is unknown color: approx Green Leaf. HEX triplet: 49, 6B and 13. RGB value is (73,107,19). Sum of RGB (Red+Green+Blue) = 73+107+19=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #496B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B13 is #B694EC. Grayscale: #575757. Windows color (decimal): -11965677 or 1272649. OLE color: 1272649.

HSL color Cylindrical-coordinate representation of color #496B13: hue angle of 83.18º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #496B13 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB7310719-
CMYK0.3200.820.58
HSL83.18º69.84%24.71%-
HSV(B)83.18º82.24%41.96%-
XYZ8.1211.982.5-
YUV86.889.74118.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=36.68%
G=53.77%
B=9.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107190.3200.820.5883.1869.8424.71
Hex496B13200523A534619
Octal111153234001227212310631
Binary1001001110101110011100000010100101110101010011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,19); }

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

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

 a { background-color: rgb(73,107,19); }

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

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

 span { border-color: rgb(73,107,19); }

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