#497523

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

Shades of Green Leaf #497523

Tints of Green Leaf #497523

Color information

#497523 (or 0x497523) is unknown color: approx Green Leaf. HEX triplet: 49, 75 and 23. RGB value is (73,117,35). Sum of RGB (Red+Green+Blue) = 73+117+35=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #497523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497523 is #B68ADC. Grayscale: #5E5E5E. Windows color (decimal): -11963101 or 2323785. OLE color: 2323785.

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

Color convert

RGB7311735-
CMYK0.3800.700.54
HSL92.2º53.95%29.8%-
HSV(B)92.2º70.09%45.88%-
XYZ9.4114.263.85-
YUV94.594.42112.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=32.44%
G=52%
B=15.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117350.3800.700.5492.253.9529.8
Hex49752326046365c361e
Octal11116543460106661346636
Binary1001001111010110001110011001000110110110101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497523; }

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

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

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

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

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

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

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

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