Shades of Clover #45552E
Tints of Clover #45552E
RGB
CMYK
RGB Variations
Color information
#45552E (or 0x45552E) is known color: Clover. HEX triplet: 45, 55 and 2E. RGB value is (69,85,46). Sum of RGB (Red+Green+Blue) = 69+85+46=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #45552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45552E is #BAAAD1. Grayscale: #4B4B4B. Windows color (decimal): -12233426 or 3036485. OLE color: 3036485.
HSL color Cylindrical-coordinate representation of color #45552E: hue angle of 84.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45552E is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 46 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.67 |
| HSL | 84.62º | 0.3% | 0.26% | - |
| HSV(B) | 84.62º | 0.46% | 0.33% | - |
| XYZ | 6.2 | 7.96 | 3.79 | - |
| YUV | 75.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 46 | 0.19 | 0 | 0.46 | 0.67 | 84.62 | 0.3 | 0.26 |
| Hex | 45 | 55 | 2E | 13 | 0 | 2E | 43 | 55 | 1E | 1A |
| Octal | 105 | 125 | 56 | 23 | 0 | 56 | 103 | 125 | 36 | 32 |
| Binary | 1000101 | 1010101 | 101110 | 10011 | 0 | 101110 | 1000011 | 1010101 | 11110 | 11010 |
Color Harmonies of #45552E
Complementary color
Monochromatic Colors of #45552E
Black with #45552E
Text Example
Text Example
White with #45552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45552E; }
p { color: rgb(69,85,46); }
H1.HeaderClassName
{
color: #45552E;
}
.AnyTagClassName
{
color: #45552E;
}
</style>
background-color css
<style>
a { background-color: #45552E; }
a { background-color: rgb(69,85,46); }
div.DivClassName
{
background-color: #45552E;
}
.BgClassName
{
background-color: #45552E;
}
</style>
border-color css
<style>
span { border-color: #45552E; }
span { border-color: rgb(69,85,46); }
td.TdClassName
{
border-color: #45552E;
}
.TagClassName
{
border-color: #45552E;
}
</style>