#497A14

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

Shades of Green Leaf #497A14

Tints of Green Leaf #497A14

Color information

#497A14 (or 0x497A14) is unknown color: approx Green Leaf. HEX triplet: 49, 7A and 14. RGB value is (73,122,20). Sum of RGB (Red+Green+Blue) = 73+122+20=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #497A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A14 is #B685EB. Grayscale: #606060. Windows color (decimal): -11961836 or 1342025. OLE color: 1342025.

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

Color convert

RGB7312220-
CMYK0.4000.840.52
HSL88.82º71.83%27.84%-
HSV(B)88.82º83.61%47.84%-
XYZ9.8315.393.11-
YUV95.7285.27111.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 122 (48.05% from 255) = 56.74%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=33.95%
G=56.74%
B=9.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122200.4000.840.5288.8271.8327.84
Hex497A14280543459481c
Octal111172245001246413111034
Binary1001001111101010100101000010101001101001011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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