Shades of Clover #445730
Tints of Clover #445730
RGB
CMYK
RGB Variations
Color information
#445730 (or 0x445730) is known color: Clover. HEX triplet: 44, 57 and 30. RGB value is (68,87,48). Sum of RGB (Red+Green+Blue) = 68+87+48=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #445730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445730 is #BBA8CF. Grayscale: #4D4D4D. Windows color (decimal): -12298448 or 3168068. OLE color: 3168068.
HSL color Cylindrical-coordinate representation of color #445730: hue angle of 89.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #445730 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 48 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.66 |
| HSL | 89.23º | 0.29% | 0.26% | - |
| HSV(B) | 89.23º | 0.45% | 0.34% | - |
| XYZ | 6.33 | 8.26 | 4.06 | - |
| YUV | 76.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 48 | 0.22 | 0 | 0.45 | 0.66 | 89.23 | 0.29 | 0.26 |
| Hex | 44 | 57 | 30 | 16 | 0 | 2D | 42 | 59 | 1D | 1A |
| Octal | 104 | 127 | 60 | 26 | 0 | 55 | 102 | 131 | 35 | 32 |
| Binary | 1000100 | 1010111 | 110000 | 10110 | 0 | 101101 | 1000010 | 1011001 | 11101 | 11010 |
Color Harmonies of #445730
Complementary color
Monochromatic Colors of #445730
Black with #445730
Text Example
Text Example
White with #445730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445730; }
p { color: rgb(68,87,48); }
H1.HeaderClassName
{
color: #445730;
}
.AnyTagClassName
{
color: #445730;
}
</style>
background-color css
<style>
a { background-color: #445730; }
a { background-color: rgb(68,87,48); }
div.DivClassName
{
background-color: #445730;
}
.BgClassName
{
background-color: #445730;
}
</style>
border-color css
<style>
span { border-color: #445730; }
span { border-color: rgb(68,87,48); }
td.TdClassName
{
border-color: #445730;
}
.TagClassName
{
border-color: #445730;
}
</style>