Shades of Clover #485330
Tints of Clover #485330
RGB
CMYK
RGB Variations
Color information
#485330 (or 0x485330) is known color: Clover. HEX triplet: 48, 53 and 30. RGB value is (72,83,48). Sum of RGB (Red+Green+Blue) = 72+83+48=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #485330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485330 is #B7ACCF. Grayscale: #4B4B4B. Windows color (decimal): -12037328 or 3167048. OLE color: 3167048.
HSL color Cylindrical-coordinate representation of color #485330: hue angle of 78.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485330 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 48 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.67 |
| HSL | 78.86º | 0.27% | 0.26% | - |
| HSV(B) | 78.86º | 0.42% | 0.33% | - |
| XYZ | 6.3 | 7.78 | 3.97 | - |
| YUV | 75.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 48 | 0.13 | 0 | 0.42 | 0.67 | 78.86 | 0.27 | 0.26 |
| Hex | 48 | 53 | 30 | D | 0 | 2A | 43 | 4F | 1B | 1A |
| Octal | 110 | 123 | 60 | 15 | 0 | 52 | 103 | 117 | 33 | 32 |
| Binary | 1001000 | 1010011 | 110000 | 1101 | 0 | 101010 | 1000011 | 1001111 | 11011 | 11010 |
Color Harmonies of #485330
Complementary color
Monochromatic Colors of #485330
Black with #485330
Text Example
Text Example
White with #485330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485330; }
p { color: rgb(72,83,48); }
H1.HeaderClassName
{
color: #485330;
}
.AnyTagClassName
{
color: #485330;
}
</style>
background-color css
<style>
a { background-color: #485330; }
a { background-color: rgb(72,83,48); }
div.DivClassName
{
background-color: #485330;
}
.BgClassName
{
background-color: #485330;
}
</style>
border-color css
<style>
span { border-color: #485330; }
span { border-color: rgb(72,83,48); }
td.TdClassName
{
border-color: #485330;
}
.TagClassName
{
border-color: #485330;
}
</style>