Shades of Clover #455B21
Tints of Clover #455B21
RGB
CMYK
RGB Variations
Color information
#455B21 (or 0x455B21) is known color: Clover. HEX triplet: 45, 5B and 21. RGB value is (69,91,33). Sum of RGB (Red+Green+Blue) = 69+91+33=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #455B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B21 is #BAA4DE. Grayscale: #4E4E4E. Windows color (decimal): -12231903 or 2186053. OLE color: 2186053.
HSL color Cylindrical-coordinate representation of color #455B21: hue angle of 82.76º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455B21 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 33 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.64 |
| HSL | 82.76º | 0.47% | 0.24% | - |
| HSV(B) | 82.76º | 0.64% | 0.36% | - |
| XYZ | 6.47 | 8.86 | 2.81 | - |
| YUV | 77.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 33 | 0.24 | 0 | 0.64 | 0.64 | 82.76 | 0.47 | 0.24 |
| Hex | 45 | 5B | 21 | 18 | 0 | 40 | 40 | 53 | 2F | 18 |
| Octal | 105 | 133 | 41 | 30 | 0 | 100 | 100 | 123 | 57 | 30 |
| Binary | 1000101 | 1011011 | 100001 | 11000 | 0 | 1000000 | 1000000 | 1010011 | 101111 | 11000 |
Color Harmonies of #455B21
Complementary color
Monochromatic Colors of #455B21
Black with #455B21
Text Example
Text Example
White with #455B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B21; }
p { color: rgb(69,91,33); }
H1.HeaderClassName
{
color: #455B21;
}
.AnyTagClassName
{
color: #455B21;
}
</style>
background-color css
<style>
a { background-color: #455B21; }
a { background-color: rgb(69,91,33); }
div.DivClassName
{
background-color: #455B21;
}
.BgClassName
{
background-color: #455B21;
}
</style>
border-color css
<style>
span { border-color: #455B21; }
span { border-color: rgb(69,91,33); }
td.TdClassName
{
border-color: #455B21;
}
.TagClassName
{
border-color: #455B21;
}
</style>