Shades of Mineral Green #44624C
Tints of Mineral Green #44624C
RGB
CMYK
RGB Variations
Color information
#44624C (or 0x44624C) is known color: Mineral Green. HEX triplet: 44, 62 and 4C. RGB value is (68,98,76). Sum of RGB (Red+Green+Blue) = 68+98+76=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #44624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44624C is #BB9DB3. Grayscale: #565656. Windows color (decimal): -12295604 or 5005892. OLE color: 5005892.
HSL color Cylindrical-coordinate representation of color #44624C: hue angle of 136º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44624C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 76 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.62 |
| HSL | 136º | 0.18% | 0.33% | - |
| HSV(B) | 136º | 0.31% | 0.38% | - |
| XYZ | 8.06 | 10.49 | 8.44 | - |
| YUV | 86.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 76 | 0.31 | 0 | 0.22 | 0.62 | 136 | 0.18 | 0.33 |
| Hex | 44 | 62 | 4C | 1F | 0 | 16 | 3E | 88 | 12 | 21 |
| Octal | 104 | 142 | 114 | 37 | 0 | 26 | 76 | 210 | 22 | 41 |
| Binary | 1000100 | 1100010 | 1001100 | 11111 | 0 | 10110 | 111110 | 10001000 | 10010 | 100001 |
Color Harmonies of #44624C
Complementary color
Monochromatic Colors of #44624C
Black with #44624C
Text Example
Text Example
White with #44624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44624C; }
p { color: rgb(68,98,76); }
H1.HeaderClassName
{
color: #44624C;
}
.AnyTagClassName
{
color: #44624C;
}
</style>
background-color css
<style>
a { background-color: #44624C; }
a { background-color: rgb(68,98,76); }
div.DivClassName
{
background-color: #44624C;
}
.BgClassName
{
background-color: #44624C;
}
</style>
border-color css
<style>
span { border-color: #44624C; }
span { border-color: rgb(68,98,76); }
td.TdClassName
{
border-color: #44624C;
}
.TagClassName
{
border-color: #44624C;
}
</style>