Shades of Clover #485F23
Tints of Clover #485F23
RGB
CMYK
RGB Variations
Color information
#485F23 (or 0x485F23) is known color: Clover. HEX triplet: 48, 5F and 23. RGB value is (72,95,35). Sum of RGB (Red+Green+Blue) = 72+95+35=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #485F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F23 is #B7A0DC. Grayscale: #515151. Windows color (decimal): -12034269 or 2318152. OLE color: 2318152.
HSL color Cylindrical-coordinate representation of color #485F23: hue angle of 83º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485F23 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 35 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.63 |
| HSL | 83º | 0.46% | 0.25% | - |
| HSV(B) | 83º | 0.63% | 0.37% | - |
| XYZ | 7.07 | 9.68 | 3.09 | - |
| YUV | 81.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 35 | 0.24 | 0 | 0.63 | 0.63 | 83 | 0.46 | 0.25 |
| Hex | 48 | 5F | 23 | 18 | 0 | 3F | 3F | 53 | 2E | 19 |
| Octal | 110 | 137 | 43 | 30 | 0 | 77 | 77 | 123 | 56 | 31 |
| Binary | 1001000 | 1011111 | 100011 | 11000 | 0 | 111111 | 111111 | 1010011 | 101110 | 11001 |
Color Harmonies of #485F23
Complementary color
Monochromatic Colors of #485F23
Black with #485F23
Text Example
Text Example
White with #485F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F23; }
p { color: rgb(72,95,35); }
H1.HeaderClassName
{
color: #485F23;
}
.AnyTagClassName
{
color: #485F23;
}
</style>
background-color css
<style>
a { background-color: #485F23; }
a { background-color: rgb(72,95,35); }
div.DivClassName
{
background-color: #485F23;
}
.BgClassName
{
background-color: #485F23;
}
</style>
border-color css
<style>
span { border-color: #485F23; }
span { border-color: rgb(72,95,35); }
td.TdClassName
{
border-color: #485F23;
}
.TagClassName
{
border-color: #485F23;
}
</style>