Shades of Clover #455032
Tints of Clover #455032
RGB
CMYK
RGB Variations
Color information
#455032 (or 0x455032) is known color: Clover. HEX triplet: 45, 50 and 32. RGB value is (69,80,50). Sum of RGB (Red+Green+Blue) = 69+80+50=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #455032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455032 is #BAAFCD. Grayscale: #494949. Windows color (decimal): -12234702 or 3297349. OLE color: 3297349.
HSL color Cylindrical-coordinate representation of color #455032: hue angle of 82º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455032 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 50 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.69 |
| HSL | 82º | 0.23% | 0.25% | - |
| HSV(B) | 82º | 0.38% | 0.31% | - |
| XYZ | 5.9 | 7.23 | 4.1 | - |
| YUV | 73.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 50 | 0.14 | 0 | 0.37 | 0.69 | 82 | 0.23 | 0.25 |
| Hex | 45 | 50 | 32 | E | 0 | 25 | 45 | 52 | 17 | 19 |
| Octal | 105 | 120 | 62 | 16 | 0 | 45 | 105 | 122 | 27 | 31 |
| Binary | 1000101 | 1010000 | 110010 | 1110 | 0 | 100101 | 1000101 | 1010010 | 10111 | 11001 |
Color Harmonies of #455032
Complementary color
Monochromatic Colors of #455032
Black with #455032
Text Example
Text Example
White with #455032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455032; }
p { color: rgb(69,80,50); }
H1.HeaderClassName
{
color: #455032;
}
.AnyTagClassName
{
color: #455032;
}
</style>
background-color css
<style>
a { background-color: #455032; }
a { background-color: rgb(69,80,50); }
div.DivClassName
{
background-color: #455032;
}
.BgClassName
{
background-color: #455032;
}
</style>
border-color css
<style>
span { border-color: #455032; }
span { border-color: rgb(69,80,50); }
td.TdClassName
{
border-color: #455032;
}
.TagClassName
{
border-color: #455032;
}
</style>