Shades of Mineral Green #43694D
Tints of Mineral Green #43694D
RGB
CMYK
RGB Variations
Color information
#43694D (or 0x43694D) is known color: Mineral Green. HEX triplet: 43, 69 and 4D. RGB value is (67,105,77). Sum of RGB (Red+Green+Blue) = 67+105+77=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #43694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43694D is #BC96B2. Grayscale: #5A5A5A. Windows color (decimal): -12359347 or 5073219. OLE color: 5073219.
HSL color Cylindrical-coordinate representation of color #43694D: hue angle of 135.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43694D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 105 | 77 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.59 |
| HSL | 135.79º | 0.22% | 0.34% | - |
| HSV(B) | 135.79º | 0.36% | 0.41% | - |
| XYZ | 8.71 | 11.83 | 8.85 | - |
| YUV | 90.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 77 | 0.36 | 0 | 0.27 | 0.59 | 135.79 | 0.22 | 0.34 |
| Hex | 43 | 69 | 4D | 24 | 0 | 1B | 3B | 88 | 16 | 22 |
| Octal | 103 | 151 | 115 | 44 | 0 | 33 | 73 | 210 | 26 | 42 |
| Binary | 1000011 | 1101001 | 1001101 | 100100 | 0 | 11011 | 111011 | 10001000 | 10110 | 100010 |
Color Harmonies of #43694D
Complementary color
Monochromatic Colors of #43694D
Black with #43694D
Text Example
Text Example
White with #43694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43694D; }
p { color: rgb(67,105,77); }
H1.HeaderClassName
{
color: #43694D;
}
.AnyTagClassName
{
color: #43694D;
}
</style>
background-color css
<style>
a { background-color: #43694D; }
a { background-color: rgb(67,105,77); }
div.DivClassName
{
background-color: #43694D;
}
.BgClassName
{
background-color: #43694D;
}
</style>
border-color css
<style>
span { border-color: #43694D; }
span { border-color: rgb(67,105,77); }
td.TdClassName
{
border-color: #43694D;
}
.TagClassName
{
border-color: #43694D;
}
</style>