#497A15

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

Shades of Green Leaf #497A15

Tints of Green Leaf #497A15

Color information

#497A15 (or 0x497A15) is unknown color: approx Green Leaf. HEX triplet: 49, 7A and 15. RGB value is (73,122,21). Sum of RGB (Red+Green+Blue) = 73+122+21=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #497A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A15 is #B685EA. Grayscale: #606060. Windows color (decimal): -11961835 or 1407561. OLE color: 1407561.

HSL color Cylindrical-coordinate representation of color #497A15: hue angle of 89.11º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #497A15 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB7312221-
CMYK0.4000.830.52
HSL89.11º70.63%28.04%-
HSV(B)89.11º82.79%47.84%-
XYZ9.8415.393.16-
YUV95.8485.77111.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=33.80%
G=56.48%
B=9.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122210.4000.830.5289.1170.6328.04
Hex497A15280533459471c
Octal111172255001236413110734
Binary1001001111101010101101000010100111101001011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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