Shades of Clover #455B20
Tints of Clover #455B20
RGB
CMYK
RGB Variations
Color information
#455B20 (or 0x455B20) is known color: Clover. HEX triplet: 45, 5B and 20. RGB value is (69,91,32). Sum of RGB (Red+Green+Blue) = 69+91+32=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #455B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B20 is #BAA4DF. Grayscale: #4D4D4D. Windows color (decimal): -12231904 or 2120517. OLE color: 2120517.
HSL color Cylindrical-coordinate representation of color #455B20: hue angle of 82.37º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #455B20 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 32 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.64 |
| HSL | 82.37º | 0.48% | 0.24% | - |
| HSV(B) | 82.37º | 0.65% | 0.36% | - |
| XYZ | 6.46 | 8.85 | 2.73 | - |
| YUV | 77.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 32 | 0.24 | 0 | 0.65 | 0.64 | 82.37 | 0.48 | 0.24 |
| Hex | 45 | 5B | 20 | 18 | 0 | 41 | 40 | 52 | 30 | 18 |
| Octal | 105 | 133 | 40 | 30 | 0 | 101 | 100 | 122 | 60 | 30 |
| Binary | 1000101 | 1011011 | 100000 | 11000 | 0 | 1000001 | 1000000 | 1010010 | 110000 | 11000 |
Color Harmonies of #455B20
Complementary color
Monochromatic Colors of #455B20
Black with #455B20
Text Example
Text Example
White with #455B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B20; }
p { color: rgb(69,91,32); }
H1.HeaderClassName
{
color: #455B20;
}
.AnyTagClassName
{
color: #455B20;
}
</style>
background-color css
<style>
a { background-color: #455B20; }
a { background-color: rgb(69,91,32); }
div.DivClassName
{
background-color: #455B20;
}
.BgClassName
{
background-color: #455B20;
}
</style>
border-color css
<style>
span { border-color: #455B20; }
span { border-color: rgb(69,91,32); }
td.TdClassName
{
border-color: #455B20;
}
.TagClassName
{
border-color: #455B20;
}
</style>