#497A07

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

Shades of Green Leaf #497A07

Tints of Green Leaf #497A07

Color information

#497A07 (or 0x497A07) is unknown color: approx Green Leaf. HEX triplet: 49, 7A and 07. RGB value is (73,122,7). Sum of RGB (Red+Green+Blue) = 73+122+7=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #497A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497A07 is #B685F8. Grayscale: #5E5E5E. Windows color (decimal): -11961849 or 490057. OLE color: 490057.

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

Color convert

RGB731227-
CMYK0.4000.940.52
HSL85.57º89.15%25.29%-
HSV(B)85.57º94.26%47.84%-
XYZ9.7515.352.65-
YUV94.2478.77112.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 122 (48.05% from 255) = 60.40%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=36.14%
G=60.40%
B=3.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7312270.4000.940.5285.5789.1525.29
Hex497A72805E34565919
Octal11117275001366412613131
Binary10010011111010111101000010111101101001010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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