Shades of Clover #455031
Tints of Clover #455031
RGB
CMYK
RGB Variations
Color information
#455031 (or 0x455031) is known color: Clover. HEX triplet: 45, 50 and 31. RGB value is (69,80,49). Sum of RGB (Red+Green+Blue) = 69+80+49=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #455031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455031 is #BAAFCE. Grayscale: #494949. Windows color (decimal): -12234703 or 3231813. OLE color: 3231813.
HSL color Cylindrical-coordinate representation of color #455031: hue angle of 81.29º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455031 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 49 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.69 |
| HSL | 81.29º | 0.24% | 0.25% | - |
| HSV(B) | 81.29º | 0.39% | 0.31% | - |
| XYZ | 5.88 | 7.22 | 3.99 | - |
| YUV | 73.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 49 | 0.14 | 0 | 0.39 | 0.69 | 81.29 | 0.24 | 0.25 |
| Hex | 45 | 50 | 31 | E | 0 | 27 | 45 | 51 | 18 | 19 |
| Octal | 105 | 120 | 61 | 16 | 0 | 47 | 105 | 121 | 30 | 31 |
| Binary | 1000101 | 1010000 | 110001 | 1110 | 0 | 100111 | 1000101 | 1010001 | 11000 | 11001 |
Color Harmonies of #455031
Complementary color
Monochromatic Colors of #455031
Black with #455031
Text Example
Text Example
White with #455031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455031; }
p { color: rgb(69,80,49); }
H1.HeaderClassName
{
color: #455031;
}
.AnyTagClassName
{
color: #455031;
}
</style>
background-color css
<style>
a { background-color: #455031; }
a { background-color: rgb(69,80,49); }
div.DivClassName
{
background-color: #455031;
}
.BgClassName
{
background-color: #455031;
}
</style>
border-color css
<style>
span { border-color: #455031; }
span { border-color: rgb(69,80,49); }
td.TdClassName
{
border-color: #455031;
}
.TagClassName
{
border-color: #455031;
}
</style>