Shades of Clover #44522A
Tints of Clover #44522A
RGB
CMYK
RGB Variations
Color information
#44522A (or 0x44522A) is known color: Clover. HEX triplet: 44, 52 and 2A. RGB value is (68,82,42). Sum of RGB (Red+Green+Blue) = 68+82+42=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #44522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44522A is #BBADD5. Grayscale: #494949. Windows color (decimal): -12299734 or 2773572. OLE color: 2773572.
HSL color Cylindrical-coordinate representation of color #44522A: hue angle of 81º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44522A is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 42 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.68 |
| HSL | 81º | 0.32% | 0.24% | - |
| HSV(B) | 81º | 0.49% | 0.32% | - |
| XYZ | 5.82 | 7.43 | 3.32 | - |
| YUV | 73.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 42 | 0.17 | 0 | 0.49 | 0.68 | 81 | 0.32 | 0.24 |
| Hex | 44 | 52 | 2A | 11 | 0 | 31 | 44 | 51 | 20 | 18 |
| Octal | 104 | 122 | 52 | 21 | 0 | 61 | 104 | 121 | 40 | 30 |
| Binary | 1000100 | 1010010 | 101010 | 10001 | 0 | 110001 | 1000100 | 1010001 | 100000 | 11000 |
Color Harmonies of #44522A
Complementary color
Monochromatic Colors of #44522A
Black with #44522A
Text Example
Text Example
White with #44522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44522A; }
p { color: rgb(68,82,42); }
H1.HeaderClassName
{
color: #44522A;
}
.AnyTagClassName
{
color: #44522A;
}
</style>
background-color css
<style>
a { background-color: #44522A; }
a { background-color: rgb(68,82,42); }
div.DivClassName
{
background-color: #44522A;
}
.BgClassName
{
background-color: #44522A;
}
</style>
border-color css
<style>
span { border-color: #44522A; }
span { border-color: rgb(68,82,42); }
td.TdClassName
{
border-color: #44522A;
}
.TagClassName
{
border-color: #44522A;
}
</style>