Shades of Clover #444E34
Tints of Clover #444E34
RGB
CMYK
RGB Variations
Color information
#444E34 (or 0x444E34) is known color: Clover. HEX triplet: 44, 4E and 34. RGB value is (68,78,52). Sum of RGB (Red+Green+Blue) = 68+78+52=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #444E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E34 is #BBB1CB. Grayscale: #484848. Windows color (decimal): -12300748 or 3427908. OLE color: 3427908.
HSL color Cylindrical-coordinate representation of color #444E34: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444E34 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 52 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.69 |
| HSL | 83.08º | 0.2% | 0.25% | - |
| HSV(B) | 83.08º | 0.33% | 0.31% | - |
| XYZ | 5.73 | 6.93 | 4.28 | - |
| YUV | 72.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 52 | 0.13 | 0 | 0.33 | 0.69 | 83.08 | 0.2 | 0.25 |
| Hex | 44 | 4E | 34 | D | 0 | 21 | 45 | 53 | 14 | 19 |
| Octal | 104 | 116 | 64 | 15 | 0 | 41 | 105 | 123 | 24 | 31 |
| Binary | 1000100 | 1001110 | 110100 | 1101 | 0 | 100001 | 1000101 | 1010011 | 10100 | 11001 |
Color Harmonies of #444E34
Complementary color
Monochromatic Colors of #444E34
Black with #444E34
Text Example
Text Example
White with #444E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E34; }
p { color: rgb(68,78,52); }
H1.HeaderClassName
{
color: #444E34;
}
.AnyTagClassName
{
color: #444E34;
}
</style>
background-color css
<style>
a { background-color: #444E34; }
a { background-color: rgb(68,78,52); }
div.DivClassName
{
background-color: #444E34;
}
.BgClassName
{
background-color: #444E34;
}
</style>
border-color css
<style>
span { border-color: #444E34; }
span { border-color: rgb(68,78,52); }
td.TdClassName
{
border-color: #444E34;
}
.TagClassName
{
border-color: #444E34;
}
</style>