Shades of Clover #485331
Tints of Clover #485331
RGB
CMYK
RGB Variations
Color information
#485331 (or 0x485331) is known color: Clover. HEX triplet: 48, 53 and 31. RGB value is (72,83,49). Sum of RGB (Red+Green+Blue) = 72+83+49=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #485331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485331 is #B7ACCE. Grayscale: #4B4B4B. Windows color (decimal): -12037327 or 3232584. OLE color: 3232584.
HSL color Cylindrical-coordinate representation of color #485331: hue angle of 79.41º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #485331 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 49 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.67 |
| HSL | 79.41º | 0.26% | 0.26% | - |
| HSV(B) | 79.41º | 0.41% | 0.33% | - |
| XYZ | 6.32 | 7.79 | 4.08 | - |
| YUV | 75.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 49 | 0.13 | 0 | 0.41 | 0.67 | 79.41 | 0.26 | 0.26 |
| Hex | 48 | 53 | 31 | D | 0 | 29 | 43 | 4F | 1A | 1A |
| Octal | 110 | 123 | 61 | 15 | 0 | 51 | 103 | 117 | 32 | 32 |
| Binary | 1001000 | 1010011 | 110001 | 1101 | 0 | 101001 | 1000011 | 1001111 | 11010 | 11010 |
Color Harmonies of #485331
Complementary color
Monochromatic Colors of #485331
Black with #485331
Text Example
Text Example
White with #485331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485331; }
p { color: rgb(72,83,49); }
H1.HeaderClassName
{
color: #485331;
}
.AnyTagClassName
{
color: #485331;
}
</style>
background-color css
<style>
a { background-color: #485331; }
a { background-color: rgb(72,83,49); }
div.DivClassName
{
background-color: #485331;
}
.BgClassName
{
background-color: #485331;
}
</style>
border-color css
<style>
span { border-color: #485331; }
span { border-color: rgb(72,83,49); }
td.TdClassName
{
border-color: #485331;
}
.TagClassName
{
border-color: #485331;
}
</style>