Shades of Mineral Green #44674D
Tints of Mineral Green #44674D
RGB
CMYK
RGB Variations
Color information
#44674D (or 0x44674D) is known color: Mineral Green. HEX triplet: 44, 67 and 4D. RGB value is (68,103,77). Sum of RGB (Red+Green+Blue) = 68+103+77=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #44674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44674D is #BB98B2. Grayscale: #595959. Windows color (decimal): -12294323 or 5072708. OLE color: 5072708.
HSL color Cylindrical-coordinate representation of color #44674D: hue angle of 135.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #44674D is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 103 | 77 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.60 |
| HSL | 135.43º | 0.2% | 0.34% | - |
| HSV(B) | 135.43º | 0.34% | 0.4% | - |
| XYZ | 8.57 | 11.47 | 8.78 | - |
| YUV | 89.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 77 | 0.34 | 0 | 0.25 | 0.60 | 135.43 | 0.2 | 0.34 |
| Hex | 44 | 67 | 4D | 22 | 0 | 19 | 3C | 87 | 14 | 22 |
| Octal | 104 | 147 | 115 | 42 | 0 | 31 | 74 | 207 | 24 | 42 |
| Binary | 1000100 | 1100111 | 1001101 | 100010 | 0 | 11001 | 111100 | 10000111 | 10100 | 100010 |
Color Harmonies of #44674D
Complementary color
Monochromatic Colors of #44674D
Black with #44674D
Text Example
Text Example
White with #44674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44674D; }
p { color: rgb(68,103,77); }
H1.HeaderClassName
{
color: #44674D;
}
.AnyTagClassName
{
color: #44674D;
}
</style>
background-color css
<style>
a { background-color: #44674D; }
a { background-color: rgb(68,103,77); }
div.DivClassName
{
background-color: #44674D;
}
.BgClassName
{
background-color: #44674D;
}
</style>
border-color css
<style>
span { border-color: #44674D; }
span { border-color: rgb(68,103,77); }
td.TdClassName
{
border-color: #44674D;
}
.TagClassName
{
border-color: #44674D;
}
</style>