Shades of Clover #445034
Tints of Clover #445034
RGB
CMYK
RGB Variations
Color information
#445034 (or 0x445034) is known color: Clover. HEX triplet: 44, 50 and 34. RGB value is (68,80,52). Sum of RGB (Red+Green+Blue) = 68+80+52=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #445034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445034 is #BBAFCB. Grayscale: #494949. Windows color (decimal): -12300236 or 3428420. OLE color: 3428420.
HSL color Cylindrical-coordinate representation of color #445034: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445034 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 52 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.69 |
| HSL | 85.71º | 0.21% | 0.26% | - |
| HSV(B) | 85.71º | 0.35% | 0.31% | - |
| XYZ | 5.87 | 7.21 | 4.33 | - |
| YUV | 73.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 52 | 0.15 | 0 | 0.35 | 0.69 | 85.71 | 0.21 | 0.26 |
| Hex | 44 | 50 | 34 | F | 0 | 23 | 45 | 56 | 15 | 1A |
| Octal | 104 | 120 | 64 | 17 | 0 | 43 | 105 | 126 | 25 | 32 |
| Binary | 1000100 | 1010000 | 110100 | 1111 | 0 | 100011 | 1000101 | 1010110 | 10101 | 11010 |
Color Harmonies of #445034
Complementary color
Monochromatic Colors of #445034
Black with #445034
Text Example
Text Example
White with #445034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445034; }
p { color: rgb(68,80,52); }
H1.HeaderClassName
{
color: #445034;
}
.AnyTagClassName
{
color: #445034;
}
</style>
background-color css
<style>
a { background-color: #445034; }
a { background-color: rgb(68,80,52); }
div.DivClassName
{
background-color: #445034;
}
.BgClassName
{
background-color: #445034;
}
</style>
border-color css
<style>
span { border-color: #445034; }
span { border-color: rgb(68,80,52); }
td.TdClassName
{
border-color: #445034;
}
.TagClassName
{
border-color: #445034;
}
</style>