Shades of Mineral Green #44684D
Tints of Mineral Green #44684D
RGB
CMYK
RGB Variations
Color information
#44684D (or 0x44684D) is known color: Mineral Green. HEX triplet: 44, 68 and 4D. RGB value is (68,104,77). Sum of RGB (Red+Green+Blue) = 68+104+77=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #44684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44684D is #BB97B2. Grayscale: #5A5A5A. Windows color (decimal): -12294067 or 5072964. OLE color: 5072964.
HSL color Cylindrical-coordinate representation of color #44684D: hue angle of 135º 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 #44684D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 77 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.59 |
| HSL | 135º | 0.21% | 0.34% | - |
| HSV(B) | 135º | 0.35% | 0.41% | - |
| XYZ | 8.67 | 11.67 | 8.82 | - |
| YUV | 90.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 77 | 0.35 | 0 | 0.26 | 0.59 | 135 | 0.21 | 0.34 |
| Hex | 44 | 68 | 4D | 23 | 0 | 1A | 3B | 87 | 15 | 22 |
| Octal | 104 | 150 | 115 | 43 | 0 | 32 | 73 | 207 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1001101 | 100011 | 0 | 11010 | 111011 | 10000111 | 10101 | 100010 |
Color Harmonies of #44684D
Complementary color
Monochromatic Colors of #44684D
Black with #44684D
Text Example
Text Example
White with #44684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44684D; }
p { color: rgb(68,104,77); }
H1.HeaderClassName
{
color: #44684D;
}
.AnyTagClassName
{
color: #44684D;
}
</style>
background-color css
<style>
a { background-color: #44684D; }
a { background-color: rgb(68,104,77); }
div.DivClassName
{
background-color: #44684D;
}
.BgClassName
{
background-color: #44684D;
}
</style>
border-color css
<style>
span { border-color: #44684D; }
span { border-color: rgb(68,104,77); }
td.TdClassName
{
border-color: #44684D;
}
.TagClassName
{
border-color: #44684D;
}
</style>