Shades of Clover #444F2F
Tints of Clover #444F2F
RGB
CMYK
RGB Variations
Color information
#444F2F (or 0x444F2F) is known color: Clover. HEX triplet: 44, 4F and 2F. RGB value is (68,79,47). Sum of RGB (Red+Green+Blue) = 68+79+47=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2F is #BBB0D0. Grayscale: #484848. Windows color (decimal): -12300497 or 3100484. OLE color: 3100484.
HSL color Cylindrical-coordinate representation of color #444F2F: hue angle of 80.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444F2F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 47 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.69 |
| HSL | 80.63º | 0.25% | 0.25% | - |
| HSV(B) | 80.63º | 0.41% | 0.31% | - |
| XYZ | 5.69 | 7.03 | 3.75 | - |
| YUV | 72.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 47 | 0.14 | 0 | 0.41 | 0.69 | 80.63 | 0.25 | 0.25 |
| Hex | 44 | 4F | 2F | E | 0 | 29 | 45 | 51 | 19 | 19 |
| Octal | 104 | 117 | 57 | 16 | 0 | 51 | 105 | 121 | 31 | 31 |
| Binary | 1000100 | 1001111 | 101111 | 1110 | 0 | 101001 | 1000101 | 1010001 | 11001 | 11001 |
Color Harmonies of #444F2F
Complementary color
Monochromatic Colors of #444F2F
Black with #444F2F
Text Example
Text Example
White with #444F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F2F; }
p { color: rgb(68,79,47); }
H1.HeaderClassName
{
color: #444F2F;
}
.AnyTagClassName
{
color: #444F2F;
}
</style>
background-color css
<style>
a { background-color: #444F2F; }
a { background-color: rgb(68,79,47); }
div.DivClassName
{
background-color: #444F2F;
}
.BgClassName
{
background-color: #444F2F;
}
</style>
border-color css
<style>
span { border-color: #444F2F; }
span { border-color: rgb(68,79,47); }
td.TdClassName
{
border-color: #444F2F;
}
.TagClassName
{
border-color: #444F2F;
}
</style>