Shades of Clover #444F2E
Tints of Clover #444F2E
RGB
CMYK
RGB Variations
Color information
#444F2E (or 0x444F2E) is known color: Clover. HEX triplet: 44, 4F and 2E. RGB value is (68,79,46). Sum of RGB (Red+Green+Blue) = 68+79+46=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2E is #BBB0D1. Grayscale: #484848. Windows color (decimal): -12300498 or 3034948. OLE color: 3034948.
HSL color Cylindrical-coordinate representation of color #444F2E: hue angle of 80º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444F2E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 46 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.69 |
| HSL | 80º | 0.26% | 0.25% | - |
| HSV(B) | 80º | 0.42% | 0.31% | - |
| XYZ | 5.67 | 7.02 | 3.64 | - |
| YUV | 71.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 46 | 0.14 | 0 | 0.42 | 0.69 | 80 | 0.26 | 0.25 |
| Hex | 44 | 4F | 2E | E | 0 | 2A | 45 | 50 | 1A | 19 |
| Octal | 104 | 117 | 56 | 16 | 0 | 52 | 105 | 120 | 32 | 31 |
| Binary | 1000100 | 1001111 | 101110 | 1110 | 0 | 101010 | 1000101 | 1010000 | 11010 | 11001 |
Color Harmonies of #444F2E
Complementary color
Monochromatic Colors of #444F2E
Black with #444F2E
Text Example
Text Example
White with #444F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F2E; }
p { color: rgb(68,79,46); }
H1.HeaderClassName
{
color: #444F2E;
}
.AnyTagClassName
{
color: #444F2E;
}
</style>
background-color css
<style>
a { background-color: #444F2E; }
a { background-color: rgb(68,79,46); }
div.DivClassName
{
background-color: #444F2E;
}
.BgClassName
{
background-color: #444F2E;
}
</style>
border-color css
<style>
span { border-color: #444F2E; }
span { border-color: rgb(68,79,46); }
td.TdClassName
{
border-color: #444F2E;
}
.TagClassName
{
border-color: #444F2E;
}
</style>