Shades of Clover #445530
Tints of Clover #445530
RGB
CMYK
RGB Variations
Color information
#445530 (or 0x445530) is known color: Clover. HEX triplet: 44, 55 and 30. RGB value is (68,85,48). Sum of RGB (Red+Green+Blue) = 68+85+48=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #445530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445530 is #BBAACF. Grayscale: #4B4B4B. Windows color (decimal): -12298960 or 3167556. OLE color: 3167556.
HSL color Cylindrical-coordinate representation of color #445530: hue angle of 87.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445530 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 48 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.67 |
| HSL | 87.57º | 0.28% | 0.26% | - |
| HSV(B) | 87.57º | 0.44% | 0.33% | - |
| XYZ | 6.17 | 7.94 | 4 | - |
| YUV | 75.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 48 | 0.20 | 0 | 0.44 | 0.67 | 87.57 | 0.28 | 0.26 |
| Hex | 44 | 55 | 30 | 14 | 0 | 2C | 43 | 58 | 1C | 1A |
| Octal | 104 | 125 | 60 | 24 | 0 | 54 | 103 | 130 | 34 | 32 |
| Binary | 1000100 | 1010101 | 110000 | 10100 | 0 | 101100 | 1000011 | 1011000 | 11100 | 11010 |
Color Harmonies of #445530
Complementary color
Monochromatic Colors of #445530
Black with #445530
Text Example
Text Example
White with #445530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445530; }
p { color: rgb(68,85,48); }
H1.HeaderClassName
{
color: #445530;
}
.AnyTagClassName
{
color: #445530;
}
</style>
background-color css
<style>
a { background-color: #445530; }
a { background-color: rgb(68,85,48); }
div.DivClassName
{
background-color: #445530;
}
.BgClassName
{
background-color: #445530;
}
</style>
border-color css
<style>
span { border-color: #445530; }
span { border-color: rgb(68,85,48); }
td.TdClassName
{
border-color: #445530;
}
.TagClassName
{
border-color: #445530;
}
</style>