Shades of Clover #44542F
Tints of Clover #44542F
RGB
CMYK
RGB Variations
Color information
#44542F (or 0x44542F) is known color: Clover. HEX triplet: 44, 54 and 2F. RGB value is (68,84,47). Sum of RGB (Red+Green+Blue) = 68+84+47=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #44542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44542F is #BBABD0. Grayscale: #4B4B4B. Windows color (decimal): -12299217 or 3101764. OLE color: 3101764.
HSL color Cylindrical-coordinate representation of color #44542F: hue angle of 85.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44542F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 47 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.67 |
| HSL | 85.95º | 0.28% | 0.26% | - |
| HSV(B) | 85.95º | 0.44% | 0.33% | - |
| XYZ | 6.07 | 7.77 | 3.87 | - |
| YUV | 75 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 47 | 0.19 | 0 | 0.44 | 0.67 | 85.95 | 0.28 | 0.26 |
| Hex | 44 | 54 | 2F | 13 | 0 | 2C | 43 | 56 | 1C | 1A |
| Octal | 104 | 124 | 57 | 23 | 0 | 54 | 103 | 126 | 34 | 32 |
| Binary | 1000100 | 1010100 | 101111 | 10011 | 0 | 101100 | 1000011 | 1010110 | 11100 | 11010 |
Color Harmonies of #44542F
Complementary color
Monochromatic Colors of #44542F
Black with #44542F
Text Example
Text Example
White with #44542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44542F; }
p { color: rgb(68,84,47); }
H1.HeaderClassName
{
color: #44542F;
}
.AnyTagClassName
{
color: #44542F;
}
</style>
background-color css
<style>
a { background-color: #44542F; }
a { background-color: rgb(68,84,47); }
div.DivClassName
{
background-color: #44542F;
}
.BgClassName
{
background-color: #44542F;
}
</style>
border-color css
<style>
span { border-color: #44542F; }
span { border-color: rgb(68,84,47); }
td.TdClassName
{
border-color: #44542F;
}
.TagClassName
{
border-color: #44542F;
}
</style>