Shades of Mineral Green #43614A
Tints of Mineral Green #43614A
RGB
CMYK
RGB Variations
Color information
#43614A (or 0x43614A) is known color: Mineral Green. HEX triplet: 43, 61 and 4A. RGB value is (67,97,74). Sum of RGB (Red+Green+Blue) = 67+97+74=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #43614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43614A is #BC9EB5. Grayscale: #555555. Windows color (decimal): -12361398 or 4874563. OLE color: 4874563.
HSL color Cylindrical-coordinate representation of color #43614A: hue angle of 134º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43614A is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 74 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.62 |
| HSL | 134º | 0.18% | 0.32% | - |
| HSV(B) | 134º | 0.31% | 0.38% | - |
| XYZ | 7.83 | 10.24 | 8.04 | - |
| YUV | 85.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 74 | 0.31 | 0 | 0.24 | 0.62 | 134 | 0.18 | 0.32 |
| Hex | 43 | 61 | 4A | 1F | 0 | 18 | 3E | 86 | 12 | 20 |
| Octal | 103 | 141 | 112 | 37 | 0 | 30 | 76 | 206 | 22 | 40 |
| Binary | 1000011 | 1100001 | 1001010 | 11111 | 0 | 11000 | 111110 | 10000110 | 10010 | 100000 |
Color Harmonies of #43614A
Complementary color
Monochromatic Colors of #43614A
Black with #43614A
Text Example
Text Example
White with #43614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43614A; }
p { color: rgb(67,97,74); }
H1.HeaderClassName
{
color: #43614A;
}
.AnyTagClassName
{
color: #43614A;
}
</style>
background-color css
<style>
a { background-color: #43614A; }
a { background-color: rgb(67,97,74); }
div.DivClassName
{
background-color: #43614A;
}
.BgClassName
{
background-color: #43614A;
}
</style>
border-color css
<style>
span { border-color: #43614A; }
span { border-color: rgb(67,97,74); }
td.TdClassName
{
border-color: #43614A;
}
.TagClassName
{
border-color: #43614A;
}
</style>