Shades of Clover #455231
Tints of Clover #455231
RGB
CMYK
RGB Variations
Color information
#455231 (or 0x455231) is known color: Clover. HEX triplet: 45, 52 and 31. RGB value is (69,82,49). Sum of RGB (Red+Green+Blue) = 69+82+49=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #455231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455231 is #BAADCE. Grayscale: #4A4A4A. Windows color (decimal): -12234191 or 3232325. OLE color: 3232325.
HSL color Cylindrical-coordinate representation of color #455231: hue angle of 83.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455231 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 49 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.68 |
| HSL | 83.64º | 0.25% | 0.26% | - |
| HSV(B) | 83.64º | 0.4% | 0.32% | - |
| XYZ | 6.03 | 7.52 | 4.04 | - |
| YUV | 74.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 49 | 0.16 | 0 | 0.40 | 0.68 | 83.64 | 0.25 | 0.26 |
| Hex | 45 | 52 | 31 | 10 | 0 | 28 | 44 | 54 | 19 | 1A |
| Octal | 105 | 122 | 61 | 20 | 0 | 50 | 104 | 124 | 31 | 32 |
| Binary | 1000101 | 1010010 | 110001 | 10000 | 0 | 101000 | 1000100 | 1010100 | 11001 | 11010 |
Color Harmonies of #455231
Complementary color
Monochromatic Colors of #455231
Black with #455231
Text Example
Text Example
White with #455231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455231; }
p { color: rgb(69,82,49); }
H1.HeaderClassName
{
color: #455231;
}
.AnyTagClassName
{
color: #455231;
}
</style>
background-color css
<style>
a { background-color: #455231; }
a { background-color: rgb(69,82,49); }
div.DivClassName
{
background-color: #455231;
}
.BgClassName
{
background-color: #455231;
}
</style>
border-color css
<style>
span { border-color: #455231; }
span { border-color: rgb(69,82,49); }
td.TdClassName
{
border-color: #455231;
}
.TagClassName
{
border-color: #455231;
}
</style>