#495535

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

Shades of Clover #495535

Tints of Clover #495535

Color information

#495535 (or 0x495535) is unknown color: approx Clover. HEX triplet: 49, 55 and 35. RGB value is (73,85,53). Sum of RGB (Red+Green+Blue) = 73+85+53=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #495535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495535 is #B6AACA. Grayscale: #4D4D4D. Windows color (decimal): -11971275 or 3495241. OLE color: 3495241.

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

Color convert

RGB738553-
CMYK0.1400.380.67
HSL82.5º23.19%27.06%-
HSV(B)82.5º37.65%33.33%-
XYZ6.648.174.6-
YUV77.76114.02124.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=34.60%
G=40.28%
B=25.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385530.1400.380.6782.523.1927.06
Hex495535E0264352171b
Octal11112565160461031222733
Binary1001001101010111010111100100110100001110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495535; }

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

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

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

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

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

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

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

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