#496815

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

Shades of Green Leaf #496815

Tints of Green Leaf #496815

Color information

#496815 (or 0x496815) is unknown color: approx Green Leaf. HEX triplet: 49, 68 and 15. RGB value is (73,104,21). Sum of RGB (Red+Green+Blue) = 73+104+21=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #496815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496815 is #B697EA. Grayscale: #555555. Windows color (decimal): -11966443 or 1402953. OLE color: 1402953.

HSL color Cylindrical-coordinate representation of color #496815: hue angle of 82.41º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #496815 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB7310421-
CMYK0.3000.800.59
HSL82.41º66.4%24.51%-
HSV(B)82.41º79.81%40.78%-
XYZ7.8311.372.49-
YUV85.2791.73119.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=36.87%
G=52.53%
B=10.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104210.3000.800.5982.4166.424.51
Hex4968151E0503B524219
Octal111150253601207312210231
Binary100100111010001010111110010100001110111010010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496815; }

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

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

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

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

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

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

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

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