Shades of Clover #445132
Tints of Clover #445132
RGB
CMYK
RGB Variations
Color information
#445132 (or 0x445132) is known color: Clover. HEX triplet: 44, 51 and 32. RGB value is (68,81,50). Sum of RGB (Red+Green+Blue) = 68+81+50=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #445132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445132 is #BBAECD. Grayscale: #494949. Windows color (decimal): -12299982 or 3297604. OLE color: 3297604.
HSL color Cylindrical-coordinate representation of color #445132: hue angle of 85.16º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445132 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 50 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.68 |
| HSL | 85.16º | 0.24% | 0.26% | - |
| HSV(B) | 85.16º | 0.38% | 0.32% | - |
| XYZ | 5.9 | 7.34 | 4.12 | - |
| YUV | 73.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 50 | 0.16 | 0 | 0.38 | 0.68 | 85.16 | 0.24 | 0.26 |
| Hex | 44 | 51 | 32 | 10 | 0 | 26 | 44 | 55 | 18 | 1A |
| Octal | 104 | 121 | 62 | 20 | 0 | 46 | 104 | 125 | 30 | 32 |
| Binary | 1000100 | 1010001 | 110010 | 10000 | 0 | 100110 | 1000100 | 1010101 | 11000 | 11010 |
Color Harmonies of #445132
Complementary color
Monochromatic Colors of #445132
Black with #445132
Text Example
Text Example
White with #445132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445132; }
p { color: rgb(68,81,50); }
H1.HeaderClassName
{
color: #445132;
}
.AnyTagClassName
{
color: #445132;
}
</style>
background-color css
<style>
a { background-color: #445132; }
a { background-color: rgb(68,81,50); }
div.DivClassName
{
background-color: #445132;
}
.BgClassName
{
background-color: #445132;
}
</style>
border-color css
<style>
span { border-color: #445132; }
span { border-color: rgb(68,81,50); }
td.TdClassName
{
border-color: #445132;
}
.TagClassName
{
border-color: #445132;
}
</style>