Shades of Clover #444D35
Tints of Clover #444D35
RGB
CMYK
RGB Variations
Color information
#444D35 (or 0x444D35) is known color: Clover. HEX triplet: 44, 4D and 35. RGB value is (68,77,53). Sum of RGB (Red+Green+Blue) = 68+77+53=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #444D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D35 is #BBB2CA. Grayscale: #474747. Windows color (decimal): -12301003 or 3493188. OLE color: 3493188.
HSL color Cylindrical-coordinate representation of color #444D35: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444D35 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 53 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.70 |
| HSL | 82.5º | 0.18% | 0.25% | - |
| HSV(B) | 82.5º | 0.31% | 0.3% | - |
| XYZ | 5.68 | 6.79 | 4.38 | - |
| YUV | 71.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 53 | 0.12 | 0 | 0.31 | 0.70 | 82.5 | 0.18 | 0.25 |
| Hex | 44 | 4D | 35 | C | 0 | 1F | 46 | 52 | 12 | 19 |
| Octal | 104 | 115 | 65 | 14 | 0 | 37 | 106 | 122 | 22 | 31 |
| Binary | 1000100 | 1001101 | 110101 | 1100 | 0 | 11111 | 1000110 | 1010010 | 10010 | 11001 |
Color Harmonies of #444D35
Complementary color
Monochromatic Colors of #444D35
Black with #444D35
Text Example
Text Example
White with #444D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D35; }
p { color: rgb(68,77,53); }
H1.HeaderClassName
{
color: #444D35;
}
.AnyTagClassName
{
color: #444D35;
}
</style>
background-color css
<style>
a { background-color: #444D35; }
a { background-color: rgb(68,77,53); }
div.DivClassName
{
background-color: #444D35;
}
.BgClassName
{
background-color: #444D35;
}
</style>
border-color css
<style>
span { border-color: #444D35; }
span { border-color: rgb(68,77,53); }
td.TdClassName
{
border-color: #444D35;
}
.TagClassName
{
border-color: #444D35;
}
</style>