Shades of Mineral Green #436249
Tints of Mineral Green #436249
RGB
CMYK
RGB Variations
Color information
#436249 (or 0x436249) is known color: Mineral Green. HEX triplet: 43, 62 and 49. RGB value is (67,98,73). Sum of RGB (Red+Green+Blue) = 67+98+73=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #436249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436249 is #BC9DB6. Grayscale: #555555. Windows color (decimal): -12361143 or 4809283. OLE color: 4809283.
HSL color Cylindrical-coordinate representation of color #436249: hue angle of 131.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #436249 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 73 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.62 |
| HSL | 131.61º | 0.19% | 0.32% | - |
| HSV(B) | 131.61º | 0.32% | 0.38% | - |
| XYZ | 7.89 | 10.41 | 7.9 | - |
| YUV | 85.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 73 | 0.32 | 0 | 0.26 | 0.62 | 131.61 | 0.19 | 0.32 |
| Hex | 43 | 62 | 49 | 20 | 0 | 1A | 3E | 84 | 13 | 20 |
| Octal | 103 | 142 | 111 | 40 | 0 | 32 | 76 | 204 | 23 | 40 |
| Binary | 1000011 | 1100010 | 1001001 | 100000 | 0 | 11010 | 111110 | 10000100 | 10011 | 100000 |
Color Harmonies of #436249
Complementary color
Monochromatic Colors of #436249
Black with #436249
Text Example
Text Example
White with #436249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436249; }
p { color: rgb(67,98,73); }
H1.HeaderClassName
{
color: #436249;
}
.AnyTagClassName
{
color: #436249;
}
</style>
background-color css
<style>
a { background-color: #436249; }
a { background-color: rgb(67,98,73); }
div.DivClassName
{
background-color: #436249;
}
.BgClassName
{
background-color: #436249;
}
</style>
border-color css
<style>
span { border-color: #436249; }
span { border-color: rgb(67,98,73); }
td.TdClassName
{
border-color: #436249;
}
.TagClassName
{
border-color: #436249;
}
</style>