Shades of Clover #455B2B
Tints of Clover #455B2B
RGB
CMYK
RGB Variations
Color information
#455B2B (or 0x455B2B) is known color: Clover. HEX triplet: 45, 5B and 2B. RGB value is (69,91,43). Sum of RGB (Red+Green+Blue) = 69+91+43=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #455B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B2B is #BAA4D4. Grayscale: #4F4F4F. Windows color (decimal): -12231893 or 2841413. OLE color: 2841413.
HSL color Cylindrical-coordinate representation of color #455B2B: hue angle of 87.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455B2B is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 43 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.64 |
| HSL | 87.5º | 0.36% | 0.26% | - |
| HSV(B) | 87.5º | 0.53% | 0.36% | - |
| XYZ | 6.63 | 8.92 | 3.66 | - |
| YUV | 78.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 43 | 0.24 | 0 | 0.53 | 0.64 | 87.5 | 0.36 | 0.26 |
| Hex | 45 | 5B | 2B | 18 | 0 | 35 | 40 | 57 | 24 | 1A |
| Octal | 105 | 133 | 53 | 30 | 0 | 65 | 100 | 127 | 44 | 32 |
| Binary | 1000101 | 1011011 | 101011 | 11000 | 0 | 110101 | 1000000 | 1010111 | 100100 | 11010 |
Color Harmonies of #455B2B
Complementary color
Monochromatic Colors of #455B2B
Black with #455B2B
Text Example
Text Example
White with #455B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B2B; }
p { color: rgb(69,91,43); }
H1.HeaderClassName
{
color: #455B2B;
}
.AnyTagClassName
{
color: #455B2B;
}
</style>
background-color css
<style>
a { background-color: #455B2B; }
a { background-color: rgb(69,91,43); }
div.DivClassName
{
background-color: #455B2B;
}
.BgClassName
{
background-color: #455B2B;
}
</style>
border-color css
<style>
span { border-color: #455B2B; }
span { border-color: rgb(69,91,43); }
td.TdClassName
{
border-color: #455B2B;
}
.TagClassName
{
border-color: #455B2B;
}
</style>