#495C31

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

Shades of Clover #495C31

Tints of Clover #495C31

Color information

#495C31 (or 0x495C31) is unknown color: approx Clover. HEX triplet: 49, 5C and 31. RGB value is (73,92,49). Sum of RGB (Red+Green+Blue) = 73+92+49=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #495C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C31 is #B6A3CE. Grayscale: #515151. Windows color (decimal): -11969487 or 3234889. OLE color: 3234889.

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

Color convert

RGB739249-
CMYK0.2100.470.64
HSL86.51º30.5%27.65%-
HSV(B)86.51º46.74%36.08%-
XYZ7.139.294.32-
YUV81.42109.71122-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=34.11%
G=42.99%
B=22.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392490.2100.470.6486.5130.527.65
Hex495C311502F40571e1c
Octal11113461250571001273634
Binary10010011011100110001101010101111100000010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,92,49); }

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

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

 a { background-color: rgb(73,92,49); }

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

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

 span { border-color: rgb(73,92,49); }

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