Shades of Clover #455C2A
Tints of Clover #455C2A
RGB
CMYK
RGB Variations
Color information
#455C2A (or 0x455C2A) is known color: Clover. HEX triplet: 45, 5C and 2A. RGB value is (69,92,42). Sum of RGB (Red+Green+Blue) = 69+92+42=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #455C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C2A is #BAA3D5. Grayscale: #4F4F4F. Windows color (decimal): -12231638 or 2776133. OLE color: 2776133.
HSL color Cylindrical-coordinate representation of color #455C2A: hue angle of 87.6º 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 #455C2A is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 42 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.64 |
| HSL | 87.6º | 0.37% | 0.26% | - |
| HSV(B) | 87.6º | 0.54% | 0.36% | - |
| XYZ | 6.7 | 9.09 | 3.59 | - |
| YUV | 79.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 42 | 0.25 | 0 | 0.54 | 0.64 | 87.6 | 0.37 | 0.26 |
| Hex | 45 | 5C | 2A | 19 | 0 | 36 | 40 | 58 | 25 | 1A |
| Octal | 105 | 134 | 52 | 31 | 0 | 66 | 100 | 130 | 45 | 32 |
| Binary | 1000101 | 1011100 | 101010 | 11001 | 0 | 110110 | 1000000 | 1011000 | 100101 | 11010 |
Color Harmonies of #455C2A
Complementary color
Monochromatic Colors of #455C2A
Black with #455C2A
Text Example
Text Example
White with #455C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C2A; }
p { color: rgb(69,92,42); }
H1.HeaderClassName
{
color: #455C2A;
}
.AnyTagClassName
{
color: #455C2A;
}
</style>
background-color css
<style>
a { background-color: #455C2A; }
a { background-color: rgb(69,92,42); }
div.DivClassName
{
background-color: #455C2A;
}
.BgClassName
{
background-color: #455C2A;
}
</style>
border-color css
<style>
span { border-color: #455C2A; }
span { border-color: rgb(69,92,42); }
td.TdClassName
{
border-color: #455C2A;
}
.TagClassName
{
border-color: #455C2A;
}
</style>