Shades of Clover #44542C
Tints of Clover #44542C
RGB
CMYK
RGB Variations
Color information
#44542C (or 0x44542C) is known color: Clover. HEX triplet: 44, 54 and 2C. RGB value is (68,84,44). Sum of RGB (Red+Green+Blue) = 68+84+44=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #44542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44542C is #BBABD3. Grayscale: #4A4A4A. Windows color (decimal): -12299220 or 2905156. OLE color: 2905156.
HSL color Cylindrical-coordinate representation of color #44542C: hue angle of 84º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44542C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 44 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.67 |
| HSL | 84º | 0.31% | 0.25% | - |
| HSV(B) | 84º | 0.48% | 0.33% | - |
| XYZ | 6.01 | 7.75 | 3.56 | - |
| YUV | 74.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 44 | 0.19 | 0 | 0.48 | 0.67 | 84 | 0.31 | 0.25 |
| Hex | 44 | 54 | 2C | 13 | 0 | 30 | 43 | 54 | 1F | 19 |
| Octal | 104 | 124 | 54 | 23 | 0 | 60 | 103 | 124 | 37 | 31 |
| Binary | 1000100 | 1010100 | 101100 | 10011 | 0 | 110000 | 1000011 | 1010100 | 11111 | 11001 |
Color Harmonies of #44542C
Complementary color
Monochromatic Colors of #44542C
Black with #44542C
Text Example
Text Example
White with #44542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44542C; }
p { color: rgb(68,84,44); }
H1.HeaderClassName
{
color: #44542C;
}
.AnyTagClassName
{
color: #44542C;
}
</style>
background-color css
<style>
a { background-color: #44542C; }
a { background-color: rgb(68,84,44); }
div.DivClassName
{
background-color: #44542C;
}
.BgClassName
{
background-color: #44542C;
}
</style>
border-color css
<style>
span { border-color: #44542C; }
span { border-color: rgb(68,84,44); }
td.TdClassName
{
border-color: #44542C;
}
.TagClassName
{
border-color: #44542C;
}
</style>