#497A0F

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

Shades of Green Leaf #497A0F

Tints of Green Leaf #497A0F

Color information

#497A0F (or 0x497A0F) is unknown color: approx Green Leaf. HEX triplet: 49, 7A and 0F. RGB value is (73,122,15). Sum of RGB (Red+Green+Blue) = 73+122+15=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #497A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A0F is #B685F0. Grayscale: #5F5F5F. Windows color (decimal): -11961841 or 1014345. OLE color: 1014345.

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

Color convert

RGB7312215-
CMYK0.4000.880.52
HSL87.48º78.1%26.86%-
HSV(B)87.48º87.7%47.84%-
XYZ9.7915.372.9-
YUV95.1582.77112.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 122 (48.05% from 255) = 58.10%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=34.76%
G=58.10%
B=7.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122150.4000.880.5287.4878.126.86
Hex497AF2805834574e1b
Octal111172175001306412711633
Binary100100111110101111101000010110001101001010111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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