Shades of Mineral Green #44644D
Tints of Mineral Green #44644D
RGB
CMYK
RGB Variations
Color information
#44644D (or 0x44644D) is known color: Mineral Green. HEX triplet: 44, 64 and 4D. RGB value is (68,100,77). Sum of RGB (Red+Green+Blue) = 68+100+77=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #44644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44644D is #BB9BB2. Grayscale: #575757. Windows color (decimal): -12295091 or 5071940. OLE color: 5071940.
HSL color Cylindrical-coordinate representation of color #44644D: hue angle of 136.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44644D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 77 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.61 |
| HSL | 136.88º | 0.19% | 0.33% | - |
| HSV(B) | 136.88º | 0.32% | 0.39% | - |
| XYZ | 8.28 | 10.88 | 8.68 | - |
| YUV | 87.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 77 | 0.32 | 0 | 0.23 | 0.61 | 136.88 | 0.19 | 0.33 |
| Hex | 44 | 64 | 4D | 20 | 0 | 17 | 3D | 89 | 13 | 21 |
| Octal | 104 | 144 | 115 | 40 | 0 | 27 | 75 | 211 | 23 | 41 |
| Binary | 1000100 | 1100100 | 1001101 | 100000 | 0 | 10111 | 111101 | 10001001 | 10011 | 100001 |
Color Harmonies of #44644D
Complementary color
Monochromatic Colors of #44644D
Black with #44644D
Text Example
Text Example
White with #44644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44644D; }
p { color: rgb(68,100,77); }
H1.HeaderClassName
{
color: #44644D;
}
.AnyTagClassName
{
color: #44644D;
}
</style>
background-color css
<style>
a { background-color: #44644D; }
a { background-color: rgb(68,100,77); }
div.DivClassName
{
background-color: #44644D;
}
.BgClassName
{
background-color: #44644D;
}
</style>
border-color css
<style>
span { border-color: #44644D; }
span { border-color: rgb(68,100,77); }
td.TdClassName
{
border-color: #44644D;
}
.TagClassName
{
border-color: #44644D;
}
</style>