Shades of Mineral Green #43694C
Tints of Mineral Green #43694C
RGB
CMYK
RGB Variations
Color information
#43694C (or 0x43694C) is known color: Mineral Green. HEX triplet: 43, 69 and 4C. RGB value is (67,105,76). Sum of RGB (Red+Green+Blue) = 67+105+76=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #43694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43694C is #BC96B3. Grayscale: #5A5A5A. Windows color (decimal): -12359348 or 5007683. OLE color: 5007683.
HSL color Cylindrical-coordinate representation of color #43694C: hue angle of 134.21º 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 #43694C is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 105 | 76 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.59 |
| HSL | 134.21º | 0.22% | 0.34% | - |
| HSV(B) | 134.21º | 0.36% | 0.41% | - |
| XYZ | 8.67 | 11.82 | 8.66 | - |
| YUV | 90.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 76 | 0.36 | 0 | 0.28 | 0.59 | 134.21 | 0.22 | 0.34 |
| Hex | 43 | 69 | 4C | 24 | 0 | 1C | 3B | 86 | 16 | 22 |
| Octal | 103 | 151 | 114 | 44 | 0 | 34 | 73 | 206 | 26 | 42 |
| Binary | 1000011 | 1101001 | 1001100 | 100100 | 0 | 11100 | 111011 | 10000110 | 10110 | 100010 |
Color Harmonies of #43694C
Complementary color
Monochromatic Colors of #43694C
Black with #43694C
Text Example
Text Example
White with #43694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43694C; }
p { color: rgb(67,105,76); }
H1.HeaderClassName
{
color: #43694C;
}
.AnyTagClassName
{
color: #43694C;
}
</style>
background-color css
<style>
a { background-color: #43694C; }
a { background-color: rgb(67,105,76); }
div.DivClassName
{
background-color: #43694C;
}
.BgClassName
{
background-color: #43694C;
}
</style>
border-color css
<style>
span { border-color: #43694C; }
span { border-color: rgb(67,105,76); }
td.TdClassName
{
border-color: #43694C;
}
.TagClassName
{
border-color: #43694C;
}
</style>