Shades of Clover #455920
Tints of Clover #455920
RGB
CMYK
RGB Variations
Color information
#455920 (or 0x455920) is known color: Clover. HEX triplet: 45, 59 and 20. RGB value is (69,89,32). Sum of RGB (Red+Green+Blue) = 69+89+32=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #455920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455920 is #BAA6DF. Grayscale: #4C4C4C. Windows color (decimal): -12232416 or 2120005. OLE color: 2120005.
HSL color Cylindrical-coordinate representation of color #455920: hue angle of 81.05º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455920 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 32 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.65 |
| HSL | 81.05º | 0.47% | 0.24% | - |
| HSV(B) | 81.05º | 0.64% | 0.35% | - |
| XYZ | 6.29 | 8.51 | 2.68 | - |
| YUV | 76.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 32 | 0.22 | 0 | 0.64 | 0.65 | 81.05 | 0.47 | 0.24 |
| Hex | 45 | 59 | 20 | 16 | 0 | 40 | 41 | 51 | 2F | 18 |
| Octal | 105 | 131 | 40 | 26 | 0 | 100 | 101 | 121 | 57 | 30 |
| Binary | 1000101 | 1011001 | 100000 | 10110 | 0 | 1000000 | 1000001 | 1010001 | 101111 | 11000 |
Color Harmonies of #455920
Complementary color
Monochromatic Colors of #455920
Black with #455920
Text Example
Text Example
White with #455920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455920; }
p { color: rgb(69,89,32); }
H1.HeaderClassName
{
color: #455920;
}
.AnyTagClassName
{
color: #455920;
}
</style>
background-color css
<style>
a { background-color: #455920; }
a { background-color: rgb(69,89,32); }
div.DivClassName
{
background-color: #455920;
}
.BgClassName
{
background-color: #455920;
}
</style>
border-color css
<style>
span { border-color: #455920; }
span { border-color: rgb(69,89,32); }
td.TdClassName
{
border-color: #455920;
}
.TagClassName
{
border-color: #455920;
}
</style>