#497507

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

Shades of Green Leaf #497507

Tints of Green Leaf #497507

Color information

#497507 (or 0x497507) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 07. RGB value is (73,117,7). Sum of RGB (Red+Green+Blue) = 73+117+7=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #497507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497507 is #B68AF8. Grayscale: #5B5B5B. Windows color (decimal): -11963129 or 488777. OLE color: 488777.

HSL color Cylindrical-coordinate representation of color #497507: hue angle of 84º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497507 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB731177-
CMYK0.3800.940.54
HSL84º88.71%24.31%-
HSV(B)84º94.02%45.88%-
XYZ9.1514.152.45-
YUV91.380.42114.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=37.06%
G=59.39%
B=3.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7311770.3800.940.548488.7124.31
Hex497572605E36545918
Octal11116574601366612413130
Binary10010011110101111100110010111101101101010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497507; }

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

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

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

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

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

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

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

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