Shades of Clover #445B2C
Tints of Clover #445B2C
RGB
CMYK
RGB Variations
Color information
#445B2C (or 0x445B2C) is known color: Clover. HEX triplet: 44, 5B and 2C. RGB value is (68,91,44). Sum of RGB (Red+Green+Blue) = 68+91+44=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #445B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B2C is #BBA4D3. Grayscale: #4E4E4E. Windows color (decimal): -12297428 or 2906948. OLE color: 2906948.
HSL color Cylindrical-coordinate representation of color #445B2C: hue angle of 89.36º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445B2C is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 44 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.64 |
| HSL | 89.36º | 0.35% | 0.26% | - |
| HSV(B) | 89.36º | 0.52% | 0.36% | - |
| XYZ | 6.58 | 8.89 | 3.75 | - |
| YUV | 78.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 44 | 0.25 | 0 | 0.52 | 0.64 | 89.36 | 0.35 | 0.26 |
| Hex | 44 | 5B | 2C | 19 | 0 | 34 | 40 | 59 | 23 | 1A |
| Octal | 104 | 133 | 54 | 31 | 0 | 64 | 100 | 131 | 43 | 32 |
| Binary | 1000100 | 1011011 | 101100 | 11001 | 0 | 110100 | 1000000 | 1011001 | 100011 | 11010 |
Color Harmonies of #445B2C
Complementary color
Monochromatic Colors of #445B2C
Black with #445B2C
Text Example
Text Example
White with #445B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B2C; }
p { color: rgb(68,91,44); }
H1.HeaderClassName
{
color: #445B2C;
}
.AnyTagClassName
{
color: #445B2C;
}
</style>
background-color css
<style>
a { background-color: #445B2C; }
a { background-color: rgb(68,91,44); }
div.DivClassName
{
background-color: #445B2C;
}
.BgClassName
{
background-color: #445B2C;
}
</style>
border-color css
<style>
span { border-color: #445B2C; }
span { border-color: rgb(68,91,44); }
td.TdClassName
{
border-color: #445B2C;
}
.TagClassName
{
border-color: #445B2C;
}
</style>