Shades of Clover #444C35
Tints of Clover #444C35
RGB
CMYK
RGB Variations
Color information
#444C35 (or 0x444C35) is known color: Clover. HEX triplet: 44, 4C and 35. RGB value is (68,76,53). Sum of RGB (Red+Green+Blue) = 68+76+53=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #444C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C35 is #BBB3CA. Grayscale: #474747. Windows color (decimal): -12301259 or 3492932. OLE color: 3492932.
HSL color Cylindrical-coordinate representation of color #444C35: hue angle of 80.87º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444C35 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 53 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.70 |
| HSL | 80.87º | 0.18% | 0.25% | - |
| HSV(B) | 80.87º | 0.3% | 0.3% | - |
| XYZ | 5.61 | 6.65 | 4.36 | - |
| YUV | 70.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 53 | 0.11 | 0 | 0.30 | 0.70 | 80.87 | 0.18 | 0.25 |
| Hex | 44 | 4C | 35 | B | 0 | 1E | 46 | 51 | 12 | 19 |
| Octal | 104 | 114 | 65 | 13 | 0 | 36 | 106 | 121 | 22 | 31 |
| Binary | 1000100 | 1001100 | 110101 | 1011 | 0 | 11110 | 1000110 | 1010001 | 10010 | 11001 |
Color Harmonies of #444C35
Complementary color
Monochromatic Colors of #444C35
Black with #444C35
Text Example
Text Example
White with #444C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C35; }
p { color: rgb(68,76,53); }
H1.HeaderClassName
{
color: #444C35;
}
.AnyTagClassName
{
color: #444C35;
}
</style>
background-color css
<style>
a { background-color: #444C35; }
a { background-color: rgb(68,76,53); }
div.DivClassName
{
background-color: #444C35;
}
.BgClassName
{
background-color: #444C35;
}
</style>
border-color css
<style>
span { border-color: #444C35; }
span { border-color: rgb(68,76,53); }
td.TdClassName
{
border-color: #444C35;
}
.TagClassName
{
border-color: #444C35;
}
</style>