#485A31

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

Shades of Clover #485A31

Tints of Clover #485A31

Color information

#485A31 (or 0x485A31) is unknown color: approx Clover. HEX triplet: 48, 5A and 31. RGB value is (72,90,49). Sum of RGB (Red+Green+Blue) = 72+90+49=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #485A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A31 is #B7A5CE. Grayscale: #505050. Windows color (decimal): -12035535 or 3234376. OLE color: 3234376.

HSL color Cylindrical-coordinate representation of color #485A31: hue angle of 86.34º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485A31 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB729049-
CMYK0.2000.460.65
HSL86.34º29.5%27.25%-
HSV(B)86.34º45.56%35.29%-
XYZ6.888.914.26-
YUV79.94110.54122.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=34.12%
G=42.65%
B=23.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290490.2000.460.6586.3429.527.25
Hex485A311402E41561d1b
Octal11013261240561011263533
Binary10010001011010110001101000101110100000110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A31; }

 p { color: rgb(72,90,49); }

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

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

 a { background-color: rgb(72,90,49); }

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

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

 span { border-color: rgb(72,90,49); }

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