#497707

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

Shades of Green Leaf #497707

Tints of Green Leaf #497707

Color information

#497707 (or 0x497707) is unknown color: approx Green Leaf. HEX triplet: 49, 77 and 07. RGB value is (73,119,7). Sum of RGB (Red+Green+Blue) = 73+119+7=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #497707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497707 is #B688F8. Grayscale: #5C5C5C. Windows color (decimal): -11962617 or 489289. OLE color: 489289.

HSL color Cylindrical-coordinate representation of color #497707: hue angle of 84.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497707 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB731197-
CMYK0.3900.940.53
HSL84.64º88.89%24.71%-
HSV(B)84.64º94.12%46.67%-
XYZ9.3814.632.53-
YUV92.4879.76114.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=36.68%
G=59.80%
B=3.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7311970.3900.940.5384.6488.8924.71
Hex497772705E35555919
Octal11116774701366512513131
Binary10010011110111111100111010111101101011010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497707; }

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

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

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

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

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

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

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

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