Shades of Clover #445030
Tints of Clover #445030
RGB
CMYK
RGB Variations
Color information
#445030 (or 0x445030) is known color: Clover. HEX triplet: 44, 50 and 30. RGB value is (68,80,48). Sum of RGB (Red+Green+Blue) = 68+80+48=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #445030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445030 is #BBAFCF. Grayscale: #484848. Windows color (decimal): -12300240 or 3166276. OLE color: 3166276.
HSL color Cylindrical-coordinate representation of color #445030: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445030 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 48 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.69 |
| HSL | 82.5º | 0.25% | 0.25% | - |
| HSV(B) | 82.5º | 0.4% | 0.31% | - |
| XYZ | 5.79 | 7.18 | 3.88 | - |
| YUV | 72.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 48 | 0.15 | 0 | 0.40 | 0.69 | 82.5 | 0.25 | 0.25 |
| Hex | 44 | 50 | 30 | F | 0 | 28 | 45 | 52 | 19 | 19 |
| Octal | 104 | 120 | 60 | 17 | 0 | 50 | 105 | 122 | 31 | 31 |
| Binary | 1000100 | 1010000 | 110000 | 1111 | 0 | 101000 | 1000101 | 1010010 | 11001 | 11001 |
Color Harmonies of #445030
Complementary color
Monochromatic Colors of #445030
Black with #445030
Text Example
Text Example
White with #445030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445030; }
p { color: rgb(68,80,48); }
H1.HeaderClassName
{
color: #445030;
}
.AnyTagClassName
{
color: #445030;
}
</style>
background-color css
<style>
a { background-color: #445030; }
a { background-color: rgb(68,80,48); }
div.DivClassName
{
background-color: #445030;
}
.BgClassName
{
background-color: #445030;
}
</style>
border-color css
<style>
span { border-color: #445030; }
span { border-color: rgb(68,80,48); }
td.TdClassName
{
border-color: #445030;
}
.TagClassName
{
border-color: #445030;
}
</style>