Shades of Clover #445727
Tints of Clover #445727
RGB
CMYK
RGB Variations
Color information
#445727 (or 0x445727) is known color: Clover. HEX triplet: 44, 57 and 27. RGB value is (68,87,39). Sum of RGB (Red+Green+Blue) = 68+87+39=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #445727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445727 is #BBA8D8. Grayscale: #4C4C4C. Windows color (decimal): -12298457 or 2578244. OLE color: 2578244.
HSL color Cylindrical-coordinate representation of color #445727: hue angle of 83.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445727 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 39 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.66 |
| HSL | 83.75º | 0.38% | 0.25% | - |
| HSV(B) | 83.75º | 0.55% | 0.34% | - |
| XYZ | 6.16 | 8.19 | 3.18 | - |
| YUV | 75.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 39 | 0.22 | 0 | 0.55 | 0.66 | 83.75 | 0.38 | 0.25 |
| Hex | 44 | 57 | 27 | 16 | 0 | 37 | 42 | 54 | 26 | 19 |
| Octal | 104 | 127 | 47 | 26 | 0 | 67 | 102 | 124 | 46 | 31 |
| Binary | 1000100 | 1010111 | 100111 | 10110 | 0 | 110111 | 1000010 | 1010100 | 100110 | 11001 |
Color Harmonies of #445727
Complementary color
Monochromatic Colors of #445727
Black with #445727
Text Example
Text Example
White with #445727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445727; }
p { color: rgb(68,87,39); }
H1.HeaderClassName
{
color: #445727;
}
.AnyTagClassName
{
color: #445727;
}
</style>
background-color css
<style>
a { background-color: #445727; }
a { background-color: rgb(68,87,39); }
div.DivClassName
{
background-color: #445727;
}
.BgClassName
{
background-color: #445727;
}
</style>
border-color css
<style>
span { border-color: #445727; }
span { border-color: rgb(68,87,39); }
td.TdClassName
{
border-color: #445727;
}
.TagClassName
{
border-color: #445727;
}
</style>