Shades of Clover #485138
Tints of Clover #485138
RGB
CMYK
RGB Variations
Color information
#485138 (or 0x485138) is known color: Clover. HEX triplet: 48, 51 and 38. RGB value is (72,81,56). Sum of RGB (Red+Green+Blue) = 72+81+56=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #485138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485138 is #B7AEC7. Grayscale: #4B4B4B. Windows color (decimal): -12037832 or 3690824. OLE color: 3690824.
HSL color Cylindrical-coordinate representation of color #485138: hue angle of 81.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485138 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 56 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.68 |
| HSL | 81.6º | 0.18% | 0.27% | - |
| HSV(B) | 81.6º | 0.31% | 0.32% | - |
| XYZ | 6.33 | 7.55 | 4.86 | - |
| YUV | 75.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 56 | 0.11 | 0 | 0.31 | 0.68 | 81.6 | 0.18 | 0.27 |
| Hex | 48 | 51 | 38 | B | 0 | 1F | 44 | 52 | 12 | 1B |
| Octal | 110 | 121 | 70 | 13 | 0 | 37 | 104 | 122 | 22 | 33 |
| Binary | 1001000 | 1010001 | 111000 | 1011 | 0 | 11111 | 1000100 | 1010010 | 10010 | 11011 |
Color Harmonies of #485138
Complementary color
Monochromatic Colors of #485138
Black with #485138
Text Example
Text Example
White with #485138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485138; }
p { color: rgb(72,81,56); }
H1.HeaderClassName
{
color: #485138;
}
.AnyTagClassName
{
color: #485138;
}
</style>
background-color css
<style>
a { background-color: #485138; }
a { background-color: rgb(72,81,56); }
div.DivClassName
{
background-color: #485138;
}
.BgClassName
{
background-color: #485138;
}
</style>
border-color css
<style>
span { border-color: #485138; }
span { border-color: rgb(72,81,56); }
td.TdClassName
{
border-color: #485138;
}
.TagClassName
{
border-color: #485138;
}
</style>