Shades of Clover #44532C
Tints of Clover #44532C
RGB
CMYK
RGB Variations
Color information
#44532C (or 0x44532C) is known color: Clover. HEX triplet: 44, 53 and 2C. RGB value is (68,83,44). Sum of RGB (Red+Green+Blue) = 68+83+44=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #44532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44532C is #BBACD3. Grayscale: #4A4A4A. Windows color (decimal): -12299476 or 2904900. OLE color: 2904900.
HSL color Cylindrical-coordinate representation of color #44532C: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44532C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 44 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.67 |
| HSL | 83.08º | 0.31% | 0.25% | - |
| HSV(B) | 83.08º | 0.47% | 0.33% | - |
| XYZ | 5.93 | 7.6 | 3.54 | - |
| YUV | 74.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 44 | 0.18 | 0 | 0.47 | 0.67 | 83.08 | 0.31 | 0.25 |
| Hex | 44 | 53 | 2C | 12 | 0 | 2F | 43 | 53 | 1F | 19 |
| Octal | 104 | 123 | 54 | 22 | 0 | 57 | 103 | 123 | 37 | 31 |
| Binary | 1000100 | 1010011 | 101100 | 10010 | 0 | 101111 | 1000011 | 1010011 | 11111 | 11001 |
Color Harmonies of #44532C
Complementary color
Monochromatic Colors of #44532C
Black with #44532C
Text Example
Text Example
White with #44532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44532C; }
p { color: rgb(68,83,44); }
H1.HeaderClassName
{
color: #44532C;
}
.AnyTagClassName
{
color: #44532C;
}
</style>
background-color css
<style>
a { background-color: #44532C; }
a { background-color: rgb(68,83,44); }
div.DivClassName
{
background-color: #44532C;
}
.BgClassName
{
background-color: #44532C;
}
</style>
border-color css
<style>
span { border-color: #44532C; }
span { border-color: rgb(68,83,44); }
td.TdClassName
{
border-color: #44532C;
}
.TagClassName
{
border-color: #44532C;
}
</style>