Shades of Clover #444F30
Tints of Clover #444F30
RGB
CMYK
RGB Variations
Color information
#444F30 (or 0x444F30) is known color: Clover. HEX triplet: 44, 4F and 30. RGB value is (68,79,48). Sum of RGB (Red+Green+Blue) = 68+79+48=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #444F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F30 is #BBB0CF. Grayscale: #484848. Windows color (decimal): -12300496 or 3166020. OLE color: 3166020.
HSL color Cylindrical-coordinate representation of color #444F30: hue angle of 81.29º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444F30 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 48 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.69 |
| HSL | 81.29º | 0.24% | 0.25% | - |
| HSV(B) | 81.29º | 0.39% | 0.31% | - |
| XYZ | 5.71 | 7.03 | 3.85 | - |
| YUV | 72.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 48 | 0.14 | 0 | 0.39 | 0.69 | 81.29 | 0.24 | 0.25 |
| Hex | 44 | 4F | 30 | E | 0 | 27 | 45 | 51 | 18 | 19 |
| Octal | 104 | 117 | 60 | 16 | 0 | 47 | 105 | 121 | 30 | 31 |
| Binary | 1000100 | 1001111 | 110000 | 1110 | 0 | 100111 | 1000101 | 1010001 | 11000 | 11001 |
Color Harmonies of #444F30
Complementary color
Monochromatic Colors of #444F30
Black with #444F30
Text Example
Text Example
White with #444F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F30; }
p { color: rgb(68,79,48); }
H1.HeaderClassName
{
color: #444F30;
}
.AnyTagClassName
{
color: #444F30;
}
</style>
background-color css
<style>
a { background-color: #444F30; }
a { background-color: rgb(68,79,48); }
div.DivClassName
{
background-color: #444F30;
}
.BgClassName
{
background-color: #444F30;
}
</style>
border-color css
<style>
span { border-color: #444F30; }
span { border-color: rgb(68,79,48); }
td.TdClassName
{
border-color: #444F30;
}
.TagClassName
{
border-color: #444F30;
}
</style>