Shades of Clover #445235
Tints of Clover #445235
RGB
CMYK
RGB Variations
Color information
#445235 (or 0x445235) is known color: Clover. HEX triplet: 44, 52 and 35. RGB value is (68,82,53). Sum of RGB (Red+Green+Blue) = 68+82+53=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #445235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445235 is #BBADCA. Grayscale: #4A4A4A. Windows color (decimal): -12299723 or 3494468. OLE color: 3494468.
HSL color Cylindrical-coordinate representation of color #445235: hue angle of 88.97º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445235 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 53 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.68 |
| HSL | 88.97º | 0.21% | 0.26% | - |
| HSV(B) | 88.97º | 0.35% | 0.32% | - |
| XYZ | 6.04 | 7.52 | 4.5 | - |
| YUV | 74.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 53 | 0.17 | 0 | 0.35 | 0.68 | 88.97 | 0.21 | 0.26 |
| Hex | 44 | 52 | 35 | 11 | 0 | 23 | 44 | 59 | 15 | 1A |
| Octal | 104 | 122 | 65 | 21 | 0 | 43 | 104 | 131 | 25 | 32 |
| Binary | 1000100 | 1010010 | 110101 | 10001 | 0 | 100011 | 1000100 | 1011001 | 10101 | 11010 |
Color Harmonies of #445235
Complementary color
Monochromatic Colors of #445235
Black with #445235
Text Example
Text Example
White with #445235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445235; }
p { color: rgb(68,82,53); }
H1.HeaderClassName
{
color: #445235;
}
.AnyTagClassName
{
color: #445235;
}
</style>
background-color css
<style>
a { background-color: #445235; }
a { background-color: rgb(68,82,53); }
div.DivClassName
{
background-color: #445235;
}
.BgClassName
{
background-color: #445235;
}
</style>
border-color css
<style>
span { border-color: #445235; }
span { border-color: rgb(68,82,53); }
td.TdClassName
{
border-color: #445235;
}
.TagClassName
{
border-color: #445235;
}
</style>