#495532

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

Shades of Clover #495532

Tints of Clover #495532

Color information

#495532 (or 0x495532) is unknown color: approx Clover. HEX triplet: 49, 55 and 32. RGB value is (73,85,50). Sum of RGB (Red+Green+Blue) = 73+85+50=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #495532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495532 is #B6AACD. Grayscale: #4D4D4D. Windows color (decimal): -11971278 or 3298633. OLE color: 3298633.

HSL color Cylindrical-coordinate representation of color #495532: hue angle of 80.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495532 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB738550-
CMYK0.1400.410.67
HSL80.57º25.93%26.47%-
HSV(B)80.57º41.18%33.33%-
XYZ6.578.144.24-
YUV77.42112.52124.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=35.10%
G=40.87%
B=24.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385500.1400.410.6780.5725.9326.47
Hex495532E02943511a1a
Octal11112562160511031213232
Binary1001001101010111001011100101001100001110100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495532; }

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

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

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

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

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

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

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

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