Shades of Clover #455B2A
Tints of Clover #455B2A
RGB
CMYK
RGB Variations
Color information
#455B2A (or 0x455B2A) is known color: Clover. HEX triplet: 45, 5B and 2A. RGB value is (69,91,42). Sum of RGB (Red+Green+Blue) = 69+91+42=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #455B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B2A is #BAA4D5. Grayscale: #4F4F4F. Windows color (decimal): -12231894 or 2775877. OLE color: 2775877.
HSL color Cylindrical-coordinate representation of color #455B2A: hue angle of 86.94º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455B2A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 42 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.64 |
| HSL | 86.94º | 0.37% | 0.26% | - |
| HSV(B) | 86.94º | 0.54% | 0.36% | - |
| XYZ | 6.61 | 8.91 | 3.56 | - |
| YUV | 78.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 42 | 0.24 | 0 | 0.54 | 0.64 | 86.94 | 0.37 | 0.26 |
| Hex | 45 | 5B | 2A | 18 | 0 | 36 | 40 | 57 | 25 | 1A |
| Octal | 105 | 133 | 52 | 30 | 0 | 66 | 100 | 127 | 45 | 32 |
| Binary | 1000101 | 1011011 | 101010 | 11000 | 0 | 110110 | 1000000 | 1010111 | 100101 | 11010 |
Color Harmonies of #455B2A
Complementary color
Monochromatic Colors of #455B2A
Black with #455B2A
Text Example
Text Example
White with #455B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B2A; }
p { color: rgb(69,91,42); }
H1.HeaderClassName
{
color: #455B2A;
}
.AnyTagClassName
{
color: #455B2A;
}
</style>
background-color css
<style>
a { background-color: #455B2A; }
a { background-color: rgb(69,91,42); }
div.DivClassName
{
background-color: #455B2A;
}
.BgClassName
{
background-color: #455B2A;
}
</style>
border-color css
<style>
span { border-color: #455B2A; }
span { border-color: rgb(69,91,42); }
td.TdClassName
{
border-color: #455B2A;
}
.TagClassName
{
border-color: #455B2A;
}
</style>