Shades of Clover #445F1C
Tints of Clover #445F1C
RGB
CMYK
RGB Variations
Color information
#445F1C (or 0x445F1C) is known color: Clover. HEX triplet: 44, 5F and 1C. RGB value is (68,95,28). Sum of RGB (Red+Green+Blue) = 68+95+28=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #445F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F1C is #BBA0E3. Grayscale: #4F4F4F. Windows color (decimal): -12296420 or 1859396. OLE color: 1859396.
HSL color Cylindrical-coordinate representation of color #445F1C: hue angle of 84.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445F1C is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 28 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.63 |
| HSL | 84.18º | 0.54% | 0.24% | - |
| HSV(B) | 84.18º | 0.71% | 0.37% | - |
| XYZ | 6.69 | 9.5 | 2.58 | - |
| YUV | 79.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 28 | 0.28 | 0 | 0.71 | 0.63 | 84.18 | 0.54 | 0.24 |
| Hex | 44 | 5F | 1C | 1C | 0 | 47 | 3F | 54 | 36 | 18 |
| Octal | 104 | 137 | 34 | 34 | 0 | 107 | 77 | 124 | 66 | 30 |
| Binary | 1000100 | 1011111 | 11100 | 11100 | 0 | 1000111 | 111111 | 1010100 | 110110 | 11000 |
Color Harmonies of #445F1C
Complementary color
Monochromatic Colors of #445F1C
Black with #445F1C
Text Example
Text Example
White with #445F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F1C; }
p { color: rgb(68,95,28); }
H1.HeaderClassName
{
color: #445F1C;
}
.AnyTagClassName
{
color: #445F1C;
}
</style>
background-color css
<style>
a { background-color: #445F1C; }
a { background-color: rgb(68,95,28); }
div.DivClassName
{
background-color: #445F1C;
}
.BgClassName
{
background-color: #445F1C;
}
</style>
border-color css
<style>
span { border-color: #445F1C; }
span { border-color: rgb(68,95,28); }
td.TdClassName
{
border-color: #445F1C;
}
.TagClassName
{
border-color: #445F1C;
}
</style>