#497515

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

Shades of Green Leaf #497515

Tints of Green Leaf #497515

Color information

#497515 (or 0x497515) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 15. RGB value is (73,117,21). Sum of RGB (Red+Green+Blue) = 73+117+21=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #497515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497515 is #B68AEA. Grayscale: #5D5D5D. Windows color (decimal): -11963115 or 1406281. OLE color: 1406281.

HSL color Cylindrical-coordinate representation of color #497515: hue angle of 87.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497515 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB7311721-
CMYK0.3800.820.54
HSL87.5º69.57%27.06%-
HSV(B)87.5º82.05%45.88%-
XYZ9.2414.192.96-
YUV92.987.42113.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=34.60%
G=55.45%
B=9.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117210.3800.820.5487.569.5727.06
Hex497515260523658461b
Octal111165254601226613010633
Binary1001001111010110101100110010100101101101011000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497515; }

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

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

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

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

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

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

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

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