#495D32

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

Shades of Clover #495D32

Tints of Clover #495D32

Color information

#495D32 (or 0x495D32) is unknown color: approx Clover. HEX triplet: 49, 5D and 32. RGB value is (73,93,50). Sum of RGB (Red+Green+Blue) = 73+93+50=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #495D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D32 is #B6A2CD. Grayscale: #525252. Windows color (decimal): -11969230 or 3300681. OLE color: 3300681.

HSL color Cylindrical-coordinate representation of color #495D32: hue angle of 87.91º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495D32 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB739350-
CMYK0.2200.460.64
HSL87.91º30.07%28.04%-
HSV(B)87.91º46.24%36.47%-
XYZ7.249.484.47-
YUV82.12109.87121.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=33.80%
G=43.06%
B=23.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393500.2200.460.6487.9130.0728.04
Hex495D321602E40581e1c
Octal11113562260561001303634
Binary10010011011101110010101100101110100000010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D32; }

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

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

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

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

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

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

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

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