#496B1C

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

Shades of Green Leaf #496B1C

Tints of Green Leaf #496B1C

Color information

#496B1C (or 0x496B1C) is unknown color: approx Green Leaf. HEX triplet: 49, 6B and 1C. RGB value is (73,107,28). Sum of RGB (Red+Green+Blue) = 73+107+28=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #496B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B1C is #B694E3. Grayscale: #585858. Windows color (decimal): -11965668 or 1862473. OLE color: 1862473.

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

Color convert

RGB7310728-
CMYK0.3200.740.58
HSL85.82º58.52%26.47%-
HSV(B)85.82º73.83%41.96%-
XYZ8.2112.022.98-
YUV87.8394.24117.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=35.10%
G=51.44%
B=13.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107280.3200.740.5885.8258.5226.47
Hex496B1C2004A3A563b1a
Octal11115334400112721267332
Binary100100111010111110010000001001010111010101011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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