Shades of Clover #44562A
Tints of Clover #44562A
RGB
CMYK
RGB Variations
Color information
#44562A (or 0x44562A) is known color: Clover. HEX triplet: 44, 56 and 2A. RGB value is (68,86,42). Sum of RGB (Red+Green+Blue) = 68+86+42=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #44562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44562A is #BBA9D5. Grayscale: #4B4B4B. Windows color (decimal): -12298710 or 2774596. OLE color: 2774596.
HSL color Cylindrical-coordinate representation of color #44562A: hue angle of 84.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44562A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 42 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.66 |
| HSL | 84.55º | 0.34% | 0.25% | - |
| HSV(B) | 84.55º | 0.51% | 0.34% | - |
| XYZ | 6.13 | 8.05 | 3.42 | - |
| YUV | 75.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 42 | 0.21 | 0 | 0.51 | 0.66 | 84.55 | 0.34 | 0.25 |
| Hex | 44 | 56 | 2A | 15 | 0 | 33 | 42 | 55 | 22 | 19 |
| Octal | 104 | 126 | 52 | 25 | 0 | 63 | 102 | 125 | 42 | 31 |
| Binary | 1000100 | 1010110 | 101010 | 10101 | 0 | 110011 | 1000010 | 1010101 | 100010 | 11001 |
Color Harmonies of #44562A
Complementary color
Monochromatic Colors of #44562A
Black with #44562A
Text Example
Text Example
White with #44562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44562A; }
p { color: rgb(68,86,42); }
H1.HeaderClassName
{
color: #44562A;
}
.AnyTagClassName
{
color: #44562A;
}
</style>
background-color css
<style>
a { background-color: #44562A; }
a { background-color: rgb(68,86,42); }
div.DivClassName
{
background-color: #44562A;
}
.BgClassName
{
background-color: #44562A;
}
</style>
border-color css
<style>
span { border-color: #44562A; }
span { border-color: rgb(68,86,42); }
td.TdClassName
{
border-color: #44562A;
}
.TagClassName
{
border-color: #44562A;
}
</style>