#497604

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

Shades of Green Leaf #497604

Tints of Green Leaf #497604

Color information

#497604 (or 0x497604) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 04. RGB value is (73,118,4). Sum of RGB (Red+Green+Blue) = 73+118+4=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #497604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497604 is #B689FB. Grayscale: #5B5B5B. Windows color (decimal): -11962876 or 292425. OLE color: 292425.

HSL color Cylindrical-coordinate representation of color #497604: hue angle of 83.68º 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 #497604 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB731184-
CMYK0.3800.970.54
HSL83.68º93.44%23.92%-
HSV(B)83.68º96.61%46.27%-
XYZ9.2514.382.4-
YUV91.5578.59114.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=37.44%
G=60.51%
B=2.05%

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
Decimal7311840.3800.970.5483.6893.4423.92
Hex497642606136545d18
Octal11116644601416612413530
Binary10010011110110100100110011000011101101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497604; }

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

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

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

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

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

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

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

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