Shades of Clover #455828
Tints of Clover #455828
RGB
CMYK
RGB Variations
Color information
#455828 (or 0x455828) is known color: Clover. HEX triplet: 45, 58 and 28. RGB value is (69,88,40). Sum of RGB (Red+Green+Blue) = 69+88+40=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #455828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455828 is #BAA7D7. Grayscale: #4D4D4D. Windows color (decimal): -12232664 or 2644037. OLE color: 2644037.
HSL color Cylindrical-coordinate representation of color #455828: hue angle of 83.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455828 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 40 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.65 |
| HSL | 83.75º | 0.38% | 0.25% | - |
| HSV(B) | 83.75º | 0.55% | 0.35% | - |
| XYZ | 6.33 | 8.4 | 3.29 | - |
| YUV | 76.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 40 | 0.22 | 0 | 0.55 | 0.65 | 83.75 | 0.38 | 0.25 |
| Hex | 45 | 58 | 28 | 16 | 0 | 37 | 41 | 54 | 26 | 19 |
| Octal | 105 | 130 | 50 | 26 | 0 | 67 | 101 | 124 | 46 | 31 |
| Binary | 1000101 | 1011000 | 101000 | 10110 | 0 | 110111 | 1000001 | 1010100 | 100110 | 11001 |
Color Harmonies of #455828
Complementary color
Monochromatic Colors of #455828
Black with #455828
Text Example
Text Example
White with #455828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455828; }
p { color: rgb(69,88,40); }
H1.HeaderClassName
{
color: #455828;
}
.AnyTagClassName
{
color: #455828;
}
</style>
background-color css
<style>
a { background-color: #455828; }
a { background-color: rgb(69,88,40); }
div.DivClassName
{
background-color: #455828;
}
.BgClassName
{
background-color: #455828;
}
</style>
border-color css
<style>
span { border-color: #455828; }
span { border-color: rgb(69,88,40); }
td.TdClassName
{
border-color: #455828;
}
.TagClassName
{
border-color: #455828;
}
</style>