Shades of Clover #455531
Tints of Clover #455531
RGB
CMYK
RGB Variations
Color information
#455531 (or 0x455531) is known color: Clover. HEX triplet: 45, 55 and 31. RGB value is (69,85,49). Sum of RGB (Red+Green+Blue) = 69+85+49=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #455531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455531 is #BAAACE. Grayscale: #4C4C4C. Windows color (decimal): -12233423 or 3233093. OLE color: 3233093.
HSL color Cylindrical-coordinate representation of color #455531: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455531 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 49 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.67 |
| HSL | 86.67º | 0.27% | 0.26% | - |
| HSV(B) | 86.67º | 0.42% | 0.33% | - |
| XYZ | 6.26 | 7.98 | 4.12 | - |
| YUV | 76.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 49 | 0.19 | 0 | 0.42 | 0.67 | 86.67 | 0.27 | 0.26 |
| Hex | 45 | 55 | 31 | 13 | 0 | 2A | 43 | 57 | 1B | 1A |
| Octal | 105 | 125 | 61 | 23 | 0 | 52 | 103 | 127 | 33 | 32 |
| Binary | 1000101 | 1010101 | 110001 | 10011 | 0 | 101010 | 1000011 | 1010111 | 11011 | 11010 |
Color Harmonies of #455531
Complementary color
Monochromatic Colors of #455531
Black with #455531
Text Example
Text Example
White with #455531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455531; }
p { color: rgb(69,85,49); }
H1.HeaderClassName
{
color: #455531;
}
.AnyTagClassName
{
color: #455531;
}
</style>
background-color css
<style>
a { background-color: #455531; }
a { background-color: rgb(69,85,49); }
div.DivClassName
{
background-color: #455531;
}
.BgClassName
{
background-color: #455531;
}
</style>
border-color css
<style>
span { border-color: #455531; }
span { border-color: rgb(69,85,49); }
td.TdClassName
{
border-color: #455531;
}
.TagClassName
{
border-color: #455531;
}
</style>