#497605

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

Shades of Green Leaf #497605

Tints of Green Leaf #497605

Color information

#497605 (or 0x497605) is unknown color: approx Green Leaf. HEX triplet: 49, 76 and 05. RGB value is (73,118,5). Sum of RGB (Red+Green+Blue) = 73+118+5=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #497605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497605 is #B689FA. Grayscale: #5C5C5C. Windows color (decimal): -11962875 or 357961. OLE color: 357961.

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

Color convert

RGB731185-
CMYK0.3800.960.54
HSL83.89º91.87%24.12%-
HSV(B)83.89º95.76%46.27%-
XYZ9.2514.382.43-
YUV91.6679.09114.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=37.24%
G=60.20%
B=2.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7311850.3800.960.5483.8991.8724.12
Hex497652606036545c18
Octal11116654601406612413430
Binary10010011110110101100110011000001101101010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497605; }

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

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

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

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

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

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

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

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