Shades of Clover #444D33
Tints of Clover #444D33
RGB
CMYK
RGB Variations
Color information
#444D33 (or 0x444D33) is known color: Clover. HEX triplet: 44, 4D and 33. RGB value is (68,77,51). Sum of RGB (Red+Green+Blue) = 68+77+51=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #444D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D33 is #BBB2CC. Grayscale: #474747. Windows color (decimal): -12301005 or 3362116. OLE color: 3362116.
HSL color Cylindrical-coordinate representation of color #444D33: hue angle of 80.77º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #444D33 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 51 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.70 |
| HSL | 80.77º | 0.2% | 0.25% | - |
| HSV(B) | 80.77º | 0.34% | 0.3% | - |
| XYZ | 5.64 | 6.78 | 4.14 | - |
| YUV | 71.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 51 | 0.12 | 0 | 0.34 | 0.70 | 80.77 | 0.2 | 0.25 |
| Hex | 44 | 4D | 33 | C | 0 | 22 | 46 | 51 | 14 | 19 |
| Octal | 104 | 115 | 63 | 14 | 0 | 42 | 106 | 121 | 24 | 31 |
| Binary | 1000100 | 1001101 | 110011 | 1100 | 0 | 100010 | 1000110 | 1010001 | 10100 | 11001 |
Color Harmonies of #444D33
Complementary color
Monochromatic Colors of #444D33
Black with #444D33
Text Example
Text Example
White with #444D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D33; }
p { color: rgb(68,77,51); }
H1.HeaderClassName
{
color: #444D33;
}
.AnyTagClassName
{
color: #444D33;
}
</style>
background-color css
<style>
a { background-color: #444D33; }
a { background-color: rgb(68,77,51); }
div.DivClassName
{
background-color: #444D33;
}
.BgClassName
{
background-color: #444D33;
}
</style>
border-color css
<style>
span { border-color: #444D33; }
span { border-color: rgb(68,77,51); }
td.TdClassName
{
border-color: #444D33;
}
.TagClassName
{
border-color: #444D33;
}
</style>