Shades of Clover #455A20
Tints of Clover #455A20
RGB
CMYK
RGB Variations
Color information
#455A20 (or 0x455A20) is known color: Clover. HEX triplet: 45, 5A and 20. RGB value is (69,90,32). Sum of RGB (Red+Green+Blue) = 69+90+32=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #455A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A20 is #BAA5DF. Grayscale: #4D4D4D. Windows color (decimal): -12232160 or 2120261. OLE color: 2120261.
HSL color Cylindrical-coordinate representation of color #455A20: hue angle of 81.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455A20 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 32 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.65 |
| HSL | 81.72º | 0.48% | 0.24% | - |
| HSV(B) | 81.72º | 0.64% | 0.35% | - |
| XYZ | 6.37 | 8.68 | 2.71 | - |
| YUV | 77.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 32 | 0.23 | 0 | 0.64 | 0.65 | 81.72 | 0.48 | 0.24 |
| Hex | 45 | 5A | 20 | 17 | 0 | 40 | 41 | 52 | 30 | 18 |
| Octal | 105 | 132 | 40 | 27 | 0 | 100 | 101 | 122 | 60 | 30 |
| Binary | 1000101 | 1011010 | 100000 | 10111 | 0 | 1000000 | 1000001 | 1010010 | 110000 | 11000 |
Color Harmonies of #455A20
Complementary color
Monochromatic Colors of #455A20
Black with #455A20
Text Example
Text Example
White with #455A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A20; }
p { color: rgb(69,90,32); }
H1.HeaderClassName
{
color: #455A20;
}
.AnyTagClassName
{
color: #455A20;
}
</style>
background-color css
<style>
a { background-color: #455A20; }
a { background-color: rgb(69,90,32); }
div.DivClassName
{
background-color: #455A20;
}
.BgClassName
{
background-color: #455A20;
}
</style>
border-color css
<style>
span { border-color: #455A20; }
span { border-color: rgb(69,90,32); }
td.TdClassName
{
border-color: #455A20;
}
.TagClassName
{
border-color: #455A20;
}
</style>