Shades of Clover #445531
Tints of Clover #445531
RGB
CMYK
RGB Variations
Color information
#445531 (or 0x445531) is known color: Clover. HEX triplet: 44, 55 and 31. RGB value is (68,85,49). Sum of RGB (Red+Green+Blue) = 68+85+49=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #445531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445531 is #BBAACE. Grayscale: #4B4B4B. Windows color (decimal): -12298959 or 3233092. OLE color: 3233092.
HSL color Cylindrical-coordinate representation of color #445531: hue angle of 88.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445531 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 49 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.67 |
| HSL | 88.33º | 0.27% | 0.26% | - |
| HSV(B) | 88.33º | 0.42% | 0.33% | - |
| XYZ | 6.19 | 7.95 | 4.11 | - |
| YUV | 75.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 49 | 0.20 | 0 | 0.42 | 0.67 | 88.33 | 0.27 | 0.26 |
| Hex | 44 | 55 | 31 | 14 | 0 | 2A | 43 | 58 | 1B | 1A |
| Octal | 104 | 125 | 61 | 24 | 0 | 52 | 103 | 130 | 33 | 32 |
| Binary | 1000100 | 1010101 | 110001 | 10100 | 0 | 101010 | 1000011 | 1011000 | 11011 | 11010 |
Color Harmonies of #445531
Complementary color
Monochromatic Colors of #445531
Black with #445531
Text Example
Text Example
White with #445531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445531; }
p { color: rgb(68,85,49); }
H1.HeaderClassName
{
color: #445531;
}
.AnyTagClassName
{
color: #445531;
}
</style>
background-color css
<style>
a { background-color: #445531; }
a { background-color: rgb(68,85,49); }
div.DivClassName
{
background-color: #445531;
}
.BgClassName
{
background-color: #445531;
}
</style>
border-color css
<style>
span { border-color: #445531; }
span { border-color: rgb(68,85,49); }
td.TdClassName
{
border-color: #445531;
}
.TagClassName
{
border-color: #445531;
}
</style>