Shades of Mineral Green #44674C
Tints of Mineral Green #44674C
RGB
CMYK
RGB Variations
Color information
#44674C (or 0x44674C) is known color: Mineral Green. HEX triplet: 44, 67 and 4C. RGB value is (68,103,76). Sum of RGB (Red+Green+Blue) = 68+103+76=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #44674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44674C is #BB98B3. Grayscale: #595959. Windows color (decimal): -12294324 or 5007172. OLE color: 5007172.
HSL color Cylindrical-coordinate representation of color #44674C: hue angle of 133.71º 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 #44674C is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 103 | 76 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.60 |
| HSL | 133.71º | 0.2% | 0.34% | - |
| HSV(B) | 133.71º | 0.34% | 0.4% | - |
| XYZ | 8.54 | 11.45 | 8.6 | - |
| YUV | 89.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 76 | 0.34 | 0 | 0.26 | 0.60 | 133.71 | 0.2 | 0.34 |
| Hex | 44 | 67 | 4C | 22 | 0 | 1A | 3C | 86 | 14 | 22 |
| Octal | 104 | 147 | 114 | 42 | 0 | 32 | 74 | 206 | 24 | 42 |
| Binary | 1000100 | 1100111 | 1001100 | 100010 | 0 | 11010 | 111100 | 10000110 | 10100 | 100010 |
Color Harmonies of #44674C
Complementary color
Monochromatic Colors of #44674C
Black with #44674C
Text Example
Text Example
White with #44674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44674C; }
p { color: rgb(68,103,76); }
H1.HeaderClassName
{
color: #44674C;
}
.AnyTagClassName
{
color: #44674C;
}
</style>
background-color css
<style>
a { background-color: #44674C; }
a { background-color: rgb(68,103,76); }
div.DivClassName
{
background-color: #44674C;
}
.BgClassName
{
background-color: #44674C;
}
</style>
border-color css
<style>
span { border-color: #44674C; }
span { border-color: rgb(68,103,76); }
td.TdClassName
{
border-color: #44674C;
}
.TagClassName
{
border-color: #44674C;
}
</style>