Shades of Clover #455B28
Tints of Clover #455B28
RGB
CMYK
RGB Variations
Color information
#455B28 (or 0x455B28) is known color: Clover. HEX triplet: 45, 5B and 28. RGB value is (69,91,40). Sum of RGB (Red+Green+Blue) = 69+91+40=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #455B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B28 is #BAA4D7. Grayscale: #4E4E4E. Windows color (decimal): -12231896 or 2644805. OLE color: 2644805.
HSL color Cylindrical-coordinate representation of color #455B28: hue angle of 85.88º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455B28 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 40 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.64 |
| HSL | 85.88º | 0.39% | 0.26% | - |
| HSV(B) | 85.88º | 0.56% | 0.36% | - |
| XYZ | 6.58 | 8.9 | 3.38 | - |
| YUV | 78.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 40 | 0.24 | 0 | 0.56 | 0.64 | 85.88 | 0.39 | 0.26 |
| Hex | 45 | 5B | 28 | 18 | 0 | 38 | 40 | 56 | 27 | 1A |
| Octal | 105 | 133 | 50 | 30 | 0 | 70 | 100 | 126 | 47 | 32 |
| Binary | 1000101 | 1011011 | 101000 | 11000 | 0 | 111000 | 1000000 | 1010110 | 100111 | 11010 |
Color Harmonies of #455B28
Complementary color
Monochromatic Colors of #455B28
Black with #455B28
Text Example
Text Example
White with #455B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B28; }
p { color: rgb(69,91,40); }
H1.HeaderClassName
{
color: #455B28;
}
.AnyTagClassName
{
color: #455B28;
}
</style>
background-color css
<style>
a { background-color: #455B28; }
a { background-color: rgb(69,91,40); }
div.DivClassName
{
background-color: #455B28;
}
.BgClassName
{
background-color: #455B28;
}
</style>
border-color css
<style>
span { border-color: #455B28; }
span { border-color: rgb(69,91,40); }
td.TdClassName
{
border-color: #455B28;
}
.TagClassName
{
border-color: #455B28;
}
</style>