Shades of Mineral Green #44684E
Tints of Mineral Green #44684E
RGB
CMYK
RGB Variations
Color information
#44684E (or 0x44684E) is known color: Mineral Green. HEX triplet: 44, 68 and 4E. RGB value is (68,104,78). Sum of RGB (Red+Green+Blue) = 68+104+78=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #44684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44684E is #BB97B1. Grayscale: #5A5A5A. Windows color (decimal): -12294066 or 5138500. OLE color: 5138500.
HSL color Cylindrical-coordinate representation of color #44684E: hue angle of 136.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44684E is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 78 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.59 |
| HSL | 136.67º | 0.21% | 0.34% | - |
| HSV(B) | 136.67º | 0.35% | 0.41% | - |
| XYZ | 8.71 | 11.68 | 9 | - |
| YUV | 90.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 78 | 0.35 | 0 | 0.25 | 0.59 | 136.67 | 0.21 | 0.34 |
| Hex | 44 | 68 | 4E | 23 | 0 | 19 | 3B | 89 | 15 | 22 |
| Octal | 104 | 150 | 116 | 43 | 0 | 31 | 73 | 211 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1001110 | 100011 | 0 | 11001 | 111011 | 10001001 | 10101 | 100010 |
Color Harmonies of #44684E
Complementary color
Monochromatic Colors of #44684E
Black with #44684E
Text Example
Text Example
White with #44684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44684E; }
p { color: rgb(68,104,78); }
H1.HeaderClassName
{
color: #44684E;
}
.AnyTagClassName
{
color: #44684E;
}
</style>
background-color css
<style>
a { background-color: #44684E; }
a { background-color: rgb(68,104,78); }
div.DivClassName
{
background-color: #44684E;
}
.BgClassName
{
background-color: #44684E;
}
</style>
border-color css
<style>
span { border-color: #44684E; }
span { border-color: rgb(68,104,78); }
td.TdClassName
{
border-color: #44684E;
}
.TagClassName
{
border-color: #44684E;
}
</style>