Shades of Clover #44542D
Tints of Clover #44542D
RGB
CMYK
RGB Variations
Color information
#44542D (or 0x44542D) is known color: Clover. HEX triplet: 44, 54 and 2D. RGB value is (68,84,45). Sum of RGB (Red+Green+Blue) = 68+84+45=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #44542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44542D is #BBABD2. Grayscale: #4A4A4A. Windows color (decimal): -12299219 or 2970692. OLE color: 2970692.
HSL color Cylindrical-coordinate representation of color #44542D: hue angle of 84.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44542D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 45 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.67 |
| HSL | 84.62º | 0.3% | 0.25% | - |
| HSV(B) | 84.62º | 0.46% | 0.33% | - |
| XYZ | 6.03 | 7.76 | 3.66 | - |
| YUV | 74.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 45 | 0.19 | 0 | 0.46 | 0.67 | 84.62 | 0.3 | 0.25 |
| Hex | 44 | 54 | 2D | 13 | 0 | 2E | 43 | 55 | 1E | 19 |
| Octal | 104 | 124 | 55 | 23 | 0 | 56 | 103 | 125 | 36 | 31 |
| Binary | 1000100 | 1010100 | 101101 | 10011 | 0 | 101110 | 1000011 | 1010101 | 11110 | 11001 |
Color Harmonies of #44542D
Complementary color
Monochromatic Colors of #44542D
Black with #44542D
Text Example
Text Example
White with #44542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44542D; }
p { color: rgb(68,84,45); }
H1.HeaderClassName
{
color: #44542D;
}
.AnyTagClassName
{
color: #44542D;
}
</style>
background-color css
<style>
a { background-color: #44542D; }
a { background-color: rgb(68,84,45); }
div.DivClassName
{
background-color: #44542D;
}
.BgClassName
{
background-color: #44542D;
}
</style>
border-color css
<style>
span { border-color: #44542D; }
span { border-color: rgb(68,84,45); }
td.TdClassName
{
border-color: #44542D;
}
.TagClassName
{
border-color: #44542D;
}
</style>