#48572C

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

Shades of Clover #48572C

Tints of Clover #48572C

Color information

#48572C (or 0x48572C) is unknown color: approx Clover. HEX triplet: 48, 57 and 2C. RGB value is (72,87,44). Sum of RGB (Red+Green+Blue) = 72+87+44=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #48572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48572C is #B7A8D3. Grayscale: #4D4D4D. Windows color (decimal): -12036308 or 2905928. OLE color: 2905928.

HSL color Cylindrical-coordinate representation of color #48572C: hue angle of 80.93º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48572C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB728744-
CMYK0.1700.490.66
HSL80.93º32.82%25.69%-
HSV(B)80.93º49.43%34.12%-
XYZ6.548.383.66-
YUV77.61109.03124-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=35.47%
G=42.86%
B=21.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287440.1700.490.6680.9332.8225.69
Hex48572C110314251211a
Octal11012754210611021214132
Binary100100010101111011001000101100011000010101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48572C; }

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

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

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

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

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

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

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

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