Shades of Mineral Green #435E49
Tints of Mineral Green #435E49
RGB
CMYK
RGB Variations
Color information
#435E49 (or 0x435E49) is known color: Mineral Green. HEX triplet: 43, 5E and 49. RGB value is (67,94,73). Sum of RGB (Red+Green+Blue) = 67+94+73=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #435E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435E49 is #BCA1B6. Grayscale: #535353. Windows color (decimal): -12362167 or 4808259. OLE color: 4808259.
HSL color Cylindrical-coordinate representation of color #435E49: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435E49 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 73 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.63 |
| HSL | 133.33º | 0.17% | 0.32% | - |
| HSV(B) | 133.33º | 0.29% | 0.37% | - |
| XYZ | 7.52 | 9.68 | 7.78 | - |
| YUV | 83.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 73 | 0.29 | 0 | 0.22 | 0.63 | 133.33 | 0.17 | 0.32 |
| Hex | 43 | 5E | 49 | 1D | 0 | 16 | 3F | 85 | 11 | 20 |
| Octal | 103 | 136 | 111 | 35 | 0 | 26 | 77 | 205 | 21 | 40 |
| Binary | 1000011 | 1011110 | 1001001 | 11101 | 0 | 10110 | 111111 | 10000101 | 10001 | 100000 |
Color Harmonies of #435E49
Complementary color
Monochromatic Colors of #435E49
Black with #435E49
Text Example
Text Example
White with #435E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E49; }
p { color: rgb(67,94,73); }
H1.HeaderClassName
{
color: #435E49;
}
.AnyTagClassName
{
color: #435E49;
}
</style>
background-color css
<style>
a { background-color: #435E49; }
a { background-color: rgb(67,94,73); }
div.DivClassName
{
background-color: #435E49;
}
.BgClassName
{
background-color: #435E49;
}
</style>
border-color css
<style>
span { border-color: #435E49; }
span { border-color: rgb(67,94,73); }
td.TdClassName
{
border-color: #435E49;
}
.TagClassName
{
border-color: #435E49;
}
</style>