#485F2C

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

Shades of Clover #485F2C

Tints of Clover #485F2C

Color information

#485F2C (or 0x485F2C) is unknown color: approx Clover. HEX triplet: 48, 5F and 2C. RGB value is (72,95,44). Sum of RGB (Red+Green+Blue) = 72+95+44=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #485F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F2C is #B7A0D3. Grayscale: #525252. Windows color (decimal): -12034260 or 2907976. OLE color: 2907976.

HSL color Cylindrical-coordinate representation of color #485F2C: hue angle of 87.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #485F2C is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB729544-
CMYK0.2400.540.63
HSL87.06º36.69%27.25%-
HSV(B)87.06º53.68%37.25%-
XYZ7.229.743.88-
YUV82.31106.38120.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=34.12%
G=45.02%
B=20.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295440.2400.540.6387.0636.6927.25
Hex485F2C180363F57251b
Octal1101375430066771274533
Binary10010001011111101100110000110110111111101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,44); }

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

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

 a { background-color: rgb(72,95,44); }

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

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

 span { border-color: rgb(72,95,44); }

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