#497504

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

Shades of Green Leaf #497504

Tints of Green Leaf #497504

Color information

#497504 (or 0x497504) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 04. RGB value is (73,117,4). Sum of RGB (Red+Green+Blue) = 73+117+4=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #497504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497504 is #B68AFB. Grayscale: #5B5B5B. Windows color (decimal): -11963132 or 292169. OLE color: 292169.

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

Color convert

RGB731174-
CMYK0.3800.970.54
HSL83.36º93.39%23.73%-
HSV(B)83.36º96.58%45.88%-
XYZ9.1314.152.36-
YUV90.9678.92115.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=37.63%
G=60.31%
B=2.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7311740.3800.970.5483.3693.3923.73
Hex497542606136535d18
Octal11116544601416612313530
Binary10010011110101100100110011000011101101010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497504; }

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

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

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

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

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

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

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

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