Shades of Clover #445826
Tints of Clover #445826
RGB
CMYK
RGB Variations
Color information
#445826 (or 0x445826) is known color: Clover. HEX triplet: 44, 58 and 26. RGB value is (68,88,38). Sum of RGB (Red+Green+Blue) = 68+88+38=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #445826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445826 is #BBA7D9. Grayscale: #4C4C4C. Windows color (decimal): -12298202 or 2512964. OLE color: 2512964.
HSL color Cylindrical-coordinate representation of color #445826: hue angle of 84º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445826 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 88 | 38 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.65 |
| HSL | 84º | 0.4% | 0.25% | - |
| HSV(B) | 84º | 0.57% | 0.35% | - |
| XYZ | 6.22 | 8.35 | 3.12 | - |
| YUV | 76.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 38 | 0.23 | 0 | 0.57 | 0.65 | 84 | 0.4 | 0.25 |
| Hex | 44 | 58 | 26 | 17 | 0 | 39 | 41 | 54 | 28 | 19 |
| Octal | 104 | 130 | 46 | 27 | 0 | 71 | 101 | 124 | 50 | 31 |
| Binary | 1000100 | 1011000 | 100110 | 10111 | 0 | 111001 | 1000001 | 1010100 | 101000 | 11001 |
Color Harmonies of #445826
Complementary color
Monochromatic Colors of #445826
Black with #445826
Text Example
Text Example
White with #445826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445826; }
p { color: rgb(68,88,38); }
H1.HeaderClassName
{
color: #445826;
}
.AnyTagClassName
{
color: #445826;
}
</style>
background-color css
<style>
a { background-color: #445826; }
a { background-color: rgb(68,88,38); }
div.DivClassName
{
background-color: #445826;
}
.BgClassName
{
background-color: #445826;
}
</style>
border-color css
<style>
span { border-color: #445826; }
span { border-color: rgb(68,88,38); }
td.TdClassName
{
border-color: #445826;
}
.TagClassName
{
border-color: #445826;
}
</style>