Shades of Clover #445B24
Tints of Clover #445B24
RGB
CMYK
RGB Variations
Color information
#445B24 (or 0x445B24) is known color: Clover. HEX triplet: 44, 5B and 24. RGB value is (68,91,36). Sum of RGB (Red+Green+Blue) = 68+91+36=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #445B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B24 is #BBA4DB. Grayscale: #4E4E4E. Windows color (decimal): -12297436 or 2382660. OLE color: 2382660.
HSL color Cylindrical-coordinate representation of color #445B24: hue angle of 85.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445B24 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 36 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.64 |
| HSL | 85.09º | 0.43% | 0.25% | - |
| HSV(B) | 85.09º | 0.6% | 0.36% | - |
| XYZ | 6.44 | 8.84 | 3.04 | - |
| YUV | 77.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 36 | 0.25 | 0 | 0.60 | 0.64 | 85.09 | 0.43 | 0.25 |
| Hex | 44 | 5B | 24 | 19 | 0 | 3C | 40 | 55 | 2B | 19 |
| Octal | 104 | 133 | 44 | 31 | 0 | 74 | 100 | 125 | 53 | 31 |
| Binary | 1000100 | 1011011 | 100100 | 11001 | 0 | 111100 | 1000000 | 1010101 | 101011 | 11001 |
Color Harmonies of #445B24
Complementary color
Monochromatic Colors of #445B24
Black with #445B24
Text Example
Text Example
White with #445B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B24; }
p { color: rgb(68,91,36); }
H1.HeaderClassName
{
color: #445B24;
}
.AnyTagClassName
{
color: #445B24;
}
</style>
background-color css
<style>
a { background-color: #445B24; }
a { background-color: rgb(68,91,36); }
div.DivClassName
{
background-color: #445B24;
}
.BgClassName
{
background-color: #445B24;
}
</style>
border-color css
<style>
span { border-color: #445B24; }
span { border-color: rgb(68,91,36); }
td.TdClassName
{
border-color: #445B24;
}
.TagClassName
{
border-color: #445B24;
}
</style>