Shades of Clover #45512D
Tints of Clover #45512D
RGB
CMYK
RGB Variations
Color information
#45512D (or 0x45512D) is known color: Clover. HEX triplet: 45, 51 and 2D. RGB value is (69,81,45). Sum of RGB (Red+Green+Blue) = 69+81+45=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #45512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45512D is #BAAED2. Grayscale: #494949. Windows color (decimal): -12234451 or 2969925. OLE color: 2969925.
HSL color Cylindrical-coordinate representation of color #45512D: hue angle of 80º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45512D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 45 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.68 |
| HSL | 80º | 0.29% | 0.25% | - |
| HSV(B) | 80º | 0.44% | 0.32% | - |
| XYZ | 5.87 | 7.34 | 3.59 | - |
| YUV | 73.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 45 | 0.15 | 0 | 0.44 | 0.68 | 80 | 0.29 | 0.25 |
| Hex | 45 | 51 | 2D | F | 0 | 2C | 44 | 50 | 1D | 19 |
| Octal | 105 | 121 | 55 | 17 | 0 | 54 | 104 | 120 | 35 | 31 |
| Binary | 1000101 | 1010001 | 101101 | 1111 | 0 | 101100 | 1000100 | 1010000 | 11101 | 11001 |
Color Harmonies of #45512D
Complementary color
Monochromatic Colors of #45512D
Black with #45512D
Text Example
Text Example
White with #45512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45512D; }
p { color: rgb(69,81,45); }
H1.HeaderClassName
{
color: #45512D;
}
.AnyTagClassName
{
color: #45512D;
}
</style>
background-color css
<style>
a { background-color: #45512D; }
a { background-color: rgb(69,81,45); }
div.DivClassName
{
background-color: #45512D;
}
.BgClassName
{
background-color: #45512D;
}
</style>
border-color css
<style>
span { border-color: #45512D; }
span { border-color: rgb(69,81,45); }
td.TdClassName
{
border-color: #45512D;
}
.TagClassName
{
border-color: #45512D;
}
</style>