Shades of Clover #445331
Tints of Clover #445331
RGB
CMYK
RGB Variations
Color information
#445331 (or 0x445331) is known color: Clover. HEX triplet: 44, 53 and 31. RGB value is (68,83,49). Sum of RGB (Red+Green+Blue) = 68+83+49=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #445331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445331 is #BBACCE. Grayscale: #4A4A4A. Windows color (decimal): -12299471 or 3232580. OLE color: 3232580.
HSL color Cylindrical-coordinate representation of color #445331: hue angle of 86.47º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445331 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 49 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.67 |
| HSL | 86.47º | 0.26% | 0.26% | - |
| HSV(B) | 86.47º | 0.41% | 0.33% | - |
| XYZ | 6.03 | 7.64 | 4.06 | - |
| YUV | 74.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 49 | 0.18 | 0 | 0.41 | 0.67 | 86.47 | 0.26 | 0.26 |
| Hex | 44 | 53 | 31 | 12 | 0 | 29 | 43 | 56 | 1A | 1A |
| Octal | 104 | 123 | 61 | 22 | 0 | 51 | 103 | 126 | 32 | 32 |
| Binary | 1000100 | 1010011 | 110001 | 10010 | 0 | 101001 | 1000011 | 1010110 | 11010 | 11010 |
Color Harmonies of #445331
Complementary color
Monochromatic Colors of #445331
Black with #445331
Text Example
Text Example
White with #445331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445331; }
p { color: rgb(68,83,49); }
H1.HeaderClassName
{
color: #445331;
}
.AnyTagClassName
{
color: #445331;
}
</style>
background-color css
<style>
a { background-color: #445331; }
a { background-color: rgb(68,83,49); }
div.DivClassName
{
background-color: #445331;
}
.BgClassName
{
background-color: #445331;
}
</style>
border-color css
<style>
span { border-color: #445331; }
span { border-color: rgb(68,83,49); }
td.TdClassName
{
border-color: #445331;
}
.TagClassName
{
border-color: #445331;
}
</style>