Shades of Clover #455827
Tints of Clover #455827
RGB
CMYK
RGB Variations
Color information
#455827 (or 0x455827) is known color: Clover. HEX triplet: 45, 58 and 27. RGB value is (69,88,39). Sum of RGB (Red+Green+Blue) = 69+88+39=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #455827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455827 is #BAA7D8. Grayscale: #4C4C4C. Windows color (decimal): -12232665 or 2578501. OLE color: 2578501.
HSL color Cylindrical-coordinate representation of color #455827: hue angle of 83.27º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455827 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 39 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.65 |
| HSL | 83.27º | 0.39% | 0.25% | - |
| HSV(B) | 83.27º | 0.56% | 0.35% | - |
| XYZ | 6.31 | 8.39 | 3.21 | - |
| YUV | 76.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 39 | 0.22 | 0 | 0.56 | 0.65 | 83.27 | 0.39 | 0.25 |
| Hex | 45 | 58 | 27 | 16 | 0 | 38 | 41 | 53 | 27 | 19 |
| Octal | 105 | 130 | 47 | 26 | 0 | 70 | 101 | 123 | 47 | 31 |
| Binary | 1000101 | 1011000 | 100111 | 10110 | 0 | 111000 | 1000001 | 1010011 | 100111 | 11001 |
Color Harmonies of #455827
Complementary color
Monochromatic Colors of #455827
Black with #455827
Text Example
Text Example
White with #455827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455827; }
p { color: rgb(69,88,39); }
H1.HeaderClassName
{
color: #455827;
}
.AnyTagClassName
{
color: #455827;
}
</style>
background-color css
<style>
a { background-color: #455827; }
a { background-color: rgb(69,88,39); }
div.DivClassName
{
background-color: #455827;
}
.BgClassName
{
background-color: #455827;
}
</style>
border-color css
<style>
span { border-color: #455827; }
span { border-color: rgb(69,88,39); }
td.TdClassName
{
border-color: #455827;
}
.TagClassName
{
border-color: #455827;
}
</style>