Shades of Clover #455C29
Tints of Clover #455C29
RGB
CMYK
RGB Variations
Color information
#455C29 (or 0x455C29) is known color: Clover. HEX triplet: 45, 5C and 29. RGB value is (69,92,41). Sum of RGB (Red+Green+Blue) = 69+92+41=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #455C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C29 is #BAA3D6. Grayscale: #4F4F4F. Windows color (decimal): -12231639 or 2710597. OLE color: 2710597.
HSL color Cylindrical-coordinate representation of color #455C29: hue angle of 87.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455C29 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 41 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.64 |
| HSL | 87.06º | 0.38% | 0.26% | - |
| HSV(B) | 87.06º | 0.55% | 0.36% | - |
| XYZ | 6.68 | 9.08 | 3.5 | - |
| YUV | 79.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 41 | 0.25 | 0 | 0.55 | 0.64 | 87.06 | 0.38 | 0.26 |
| Hex | 45 | 5C | 29 | 19 | 0 | 37 | 40 | 57 | 26 | 1A |
| Octal | 105 | 134 | 51 | 31 | 0 | 67 | 100 | 127 | 46 | 32 |
| Binary | 1000101 | 1011100 | 101001 | 11001 | 0 | 110111 | 1000000 | 1010111 | 100110 | 11010 |
Color Harmonies of #455C29
Complementary color
Monochromatic Colors of #455C29
Black with #455C29
Text Example
Text Example
White with #455C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C29; }
p { color: rgb(69,92,41); }
H1.HeaderClassName
{
color: #455C29;
}
.AnyTagClassName
{
color: #455C29;
}
</style>
background-color css
<style>
a { background-color: #455C29; }
a { background-color: rgb(69,92,41); }
div.DivClassName
{
background-color: #455C29;
}
.BgClassName
{
background-color: #455C29;
}
</style>
border-color css
<style>
span { border-color: #455C29; }
span { border-color: rgb(69,92,41); }
td.TdClassName
{
border-color: #455C29;
}
.TagClassName
{
border-color: #455C29;
}
</style>