Shades of Clover #485B2E
Tints of Clover #485B2E
RGB
CMYK
RGB Variations
Color information
#485B2E (or 0x485B2E) is known color: Clover. HEX triplet: 48, 5B and 2E. RGB value is (72,91,46). Sum of RGB (Red+Green+Blue) = 72+91+46=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #485B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B2E is #B7A4D1. Grayscale: #505050. Windows color (decimal): -12035282 or 3038024. OLE color: 3038024.
HSL color Cylindrical-coordinate representation of color #485B2E: hue angle of 85.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485B2E is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 46 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.64 |
| HSL | 85.33º | 0.33% | 0.27% | - |
| HSV(B) | 85.33º | 0.49% | 0.36% | - |
| XYZ | 6.91 | 9.06 | 3.97 | - |
| YUV | 80.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 46 | 0.21 | 0 | 0.49 | 0.64 | 85.33 | 0.33 | 0.27 |
| Hex | 48 | 5B | 2E | 15 | 0 | 31 | 40 | 55 | 21 | 1B |
| Octal | 110 | 133 | 56 | 25 | 0 | 61 | 100 | 125 | 41 | 33 |
| Binary | 1001000 | 1011011 | 101110 | 10101 | 0 | 110001 | 1000000 | 1010101 | 100001 | 11011 |
Color Harmonies of #485B2E
Complementary color
Monochromatic Colors of #485B2E
Black with #485B2E
Text Example
Text Example
White with #485B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B2E; }
p { color: rgb(72,91,46); }
H1.HeaderClassName
{
color: #485B2E;
}
.AnyTagClassName
{
color: #485B2E;
}
</style>
background-color css
<style>
a { background-color: #485B2E; }
a { background-color: rgb(72,91,46); }
div.DivClassName
{
background-color: #485B2E;
}
.BgClassName
{
background-color: #485B2E;
}
</style>
border-color css
<style>
span { border-color: #485B2E; }
span { border-color: rgb(72,91,46); }
td.TdClassName
{
border-color: #485B2E;
}
.TagClassName
{
border-color: #485B2E;
}
</style>