Shades of Clover #455627
Tints of Clover #455627
RGB
CMYK
RGB Variations
Color information
#455627 (or 0x455627) is known color: Clover. HEX triplet: 45, 56 and 27. RGB value is (69,86,39). Sum of RGB (Red+Green+Blue) = 69+86+39=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #455627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455627 is #BAA9D8. Grayscale: #4B4B4B. Windows color (decimal): -12233177 or 2577989. OLE color: 2577989.
HSL color Cylindrical-coordinate representation of color #455627: hue angle of 81.7º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455627 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 39 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.66 |
| HSL | 81.7º | 0.38% | 0.25% | - |
| HSV(B) | 81.7º | 0.55% | 0.34% | - |
| XYZ | 6.15 | 8.07 | 3.15 | - |
| YUV | 75.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 39 | 0.20 | 0 | 0.55 | 0.66 | 81.7 | 0.38 | 0.25 |
| Hex | 45 | 56 | 27 | 14 | 0 | 37 | 42 | 52 | 26 | 19 |
| Octal | 105 | 126 | 47 | 24 | 0 | 67 | 102 | 122 | 46 | 31 |
| Binary | 1000101 | 1010110 | 100111 | 10100 | 0 | 110111 | 1000010 | 1010010 | 100110 | 11001 |
Color Harmonies of #455627
Complementary color
Monochromatic Colors of #455627
Black with #455627
Text Example
Text Example
White with #455627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455627; }
p { color: rgb(69,86,39); }
H1.HeaderClassName
{
color: #455627;
}
.AnyTagClassName
{
color: #455627;
}
</style>
background-color css
<style>
a { background-color: #455627; }
a { background-color: rgb(69,86,39); }
div.DivClassName
{
background-color: #455627;
}
.BgClassName
{
background-color: #455627;
}
</style>
border-color css
<style>
span { border-color: #455627; }
span { border-color: rgb(69,86,39); }
td.TdClassName
{
border-color: #455627;
}
.TagClassName
{
border-color: #455627;
}
</style>