Shades of Clover #455525
Tints of Clover #455525
RGB
CMYK
RGB Variations
Color information
#455525 (or 0x455525) is known color: Clover. HEX triplet: 45, 55 and 25. RGB value is (69,85,37). Sum of RGB (Red+Green+Blue) = 69+85+37=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #455525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455525 is #BAAADA. Grayscale: #4A4A4A. Windows color (decimal): -12233435 or 2446661. OLE color: 2446661.
HSL color Cylindrical-coordinate representation of color #455525: hue angle of 80º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455525 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 37 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.67 |
| HSL | 80º | 0.39% | 0.24% | - |
| HSV(B) | 80º | 0.56% | 0.33% | - |
| XYZ | 6.04 | 7.9 | 2.96 | - |
| YUV | 74.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 37 | 0.19 | 0 | 0.56 | 0.67 | 80 | 0.39 | 0.24 |
| Hex | 45 | 55 | 25 | 13 | 0 | 38 | 43 | 50 | 27 | 18 |
| Octal | 105 | 125 | 45 | 23 | 0 | 70 | 103 | 120 | 47 | 30 |
| Binary | 1000101 | 1010101 | 100101 | 10011 | 0 | 111000 | 1000011 | 1010000 | 100111 | 11000 |
Color Harmonies of #455525
Complementary color
Monochromatic Colors of #455525
Black with #455525
Text Example
Text Example
White with #455525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455525; }
p { color: rgb(69,85,37); }
H1.HeaderClassName
{
color: #455525;
}
.AnyTagClassName
{
color: #455525;
}
</style>
background-color css
<style>
a { background-color: #455525; }
a { background-color: rgb(69,85,37); }
div.DivClassName
{
background-color: #455525;
}
.BgClassName
{
background-color: #455525;
}
</style>
border-color css
<style>
span { border-color: #455525; }
span { border-color: rgb(69,85,37); }
td.TdClassName
{
border-color: #455525;
}
.TagClassName
{
border-color: #455525;
}
</style>