Shades of Mineral Green #40694C
Tints of Mineral Green #40694C
RGB
CMYK
RGB Variations
Color information
#40694C (or 0x40694C) is known color: Mineral Green. HEX triplet: 40, 69 and 4C. RGB value is (64,105,76). Sum of RGB (Red+Green+Blue) = 64+105+76=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #40694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40694C is #BF96B3. Grayscale: #595959. Windows color (decimal): -12555956 or 5007680. OLE color: 5007680.
HSL color Cylindrical-coordinate representation of color #40694C: hue angle of 137.56º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40694C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 76 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.59 |
| HSL | 137.56º | 0.24% | 0.33% | - |
| HSV(B) | 137.56º | 0.39% | 0.41% | - |
| XYZ | 8.47 | 11.71 | 8.65 | - |
| YUV | 89.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 76 | 0.39 | 0 | 0.28 | 0.59 | 137.56 | 0.24 | 0.33 |
| Hex | 40 | 69 | 4C | 27 | 0 | 1C | 3B | 8A | 18 | 21 |
| Octal | 100 | 151 | 114 | 47 | 0 | 34 | 73 | 212 | 30 | 41 |
| Binary | 1000000 | 1101001 | 1001100 | 100111 | 0 | 11100 | 111011 | 10001010 | 11000 | 100001 |
Color Harmonies of #40694C
Complementary color
Monochromatic Colors of #40694C
Black with #40694C
Text Example
Text Example
White with #40694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40694C; }
p { color: rgb(64,105,76); }
H1.HeaderClassName
{
color: #40694C;
}
.AnyTagClassName
{
color: #40694C;
}
</style>
background-color css
<style>
a { background-color: #40694C; }
a { background-color: rgb(64,105,76); }
div.DivClassName
{
background-color: #40694C;
}
.BgClassName
{
background-color: #40694C;
}
</style>
border-color css
<style>
span { border-color: #40694C; }
span { border-color: rgb(64,105,76); }
td.TdClassName
{
border-color: #40694C;
}
.TagClassName
{
border-color: #40694C;
}
</style>