#495932

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

Shades of Clover #495932

Tints of Clover #495932

Color information

#495932 (or 0x495932) is unknown color: approx Clover. HEX triplet: 49, 59 and 32. RGB value is (73,89,50). Sum of RGB (Red+Green+Blue) = 73+89+50=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #495932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495932 is #B6A6CD. Grayscale: #4F4F4F. Windows color (decimal): -11970254 or 3299657. OLE color: 3299657.

HSL color Cylindrical-coordinate representation of color #495932: hue angle of 84.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495932 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB738950-
CMYK0.1800.440.65
HSL84.62º28.06%27.25%-
HSV(B)84.62º43.82%34.9%-
XYZ6.98.794.35-
YUV79.77111.2123.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=34.43%
G=41.98%
B=23.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389500.1800.440.6584.6228.0627.25
Hex4959321202C41551c1b
Octal11113162220541011253433
Binary10010011011001110010100100101100100000110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495932; }

 p { color: rgb(73,89,50); }

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

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

 a { background-color: rgb(73,89,50); }

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

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

 span { border-color: rgb(73,89,50); }

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