Shades of Clover #445329
Tints of Clover #445329
RGB
CMYK
RGB Variations
Color information
#445329 (or 0x445329) is known color: Clover. HEX triplet: 44, 53 and 29. RGB value is (68,83,41). Sum of RGB (Red+Green+Blue) = 68+83+41=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #445329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445329 is #BBACD6. Grayscale: #494949. Windows color (decimal): -12299479 or 2708292. OLE color: 2708292.
HSL color Cylindrical-coordinate representation of color #445329: hue angle of 81.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445329 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 41 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.67 |
| HSL | 81.43º | 0.34% | 0.24% | - |
| HSV(B) | 81.43º | 0.51% | 0.33% | - |
| XYZ | 5.88 | 7.58 | 3.25 | - |
| YUV | 73.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 41 | 0.18 | 0 | 0.51 | 0.67 | 81.43 | 0.34 | 0.24 |
| Hex | 44 | 53 | 29 | 12 | 0 | 33 | 43 | 51 | 22 | 18 |
| Octal | 104 | 123 | 51 | 22 | 0 | 63 | 103 | 121 | 42 | 30 |
| Binary | 1000100 | 1010011 | 101001 | 10010 | 0 | 110011 | 1000011 | 1010001 | 100010 | 11000 |
Color Harmonies of #445329
Complementary color
Monochromatic Colors of #445329
Black with #445329
Text Example
Text Example
White with #445329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445329; }
p { color: rgb(68,83,41); }
H1.HeaderClassName
{
color: #445329;
}
.AnyTagClassName
{
color: #445329;
}
</style>
background-color css
<style>
a { background-color: #445329; }
a { background-color: rgb(68,83,41); }
div.DivClassName
{
background-color: #445329;
}
.BgClassName
{
background-color: #445329;
}
</style>
border-color css
<style>
span { border-color: #445329; }
span { border-color: rgb(68,83,41); }
td.TdClassName
{
border-color: #445329;
}
.TagClassName
{
border-color: #445329;
}
</style>