Shades of Mineral Green #40674B
Tints of Mineral Green #40674B
RGB
CMYK
RGB Variations
Color information
#40674B (or 0x40674B) is known color: Mineral Green. HEX triplet: 40, 67 and 4B. RGB value is (64,103,75). Sum of RGB (Red+Green+Blue) = 64+103+75=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #40674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40674B is #BF98B4. Grayscale: #585858. Windows color (decimal): -12556469 or 4941632. OLE color: 4941632.
HSL color Cylindrical-coordinate representation of color #40674B: hue angle of 136.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40674B is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 75 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.60 |
| HSL | 136.92º | 0.23% | 0.33% | - |
| HSV(B) | 136.92º | 0.38% | 0.4% | - |
| XYZ | 8.23 | 11.3 | 8.4 | - |
| YUV | 88.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 75 | 0.38 | 0 | 0.27 | 0.60 | 136.92 | 0.23 | 0.33 |
| Hex | 40 | 67 | 4B | 26 | 0 | 1B | 3C | 89 | 17 | 21 |
| Octal | 100 | 147 | 113 | 46 | 0 | 33 | 74 | 211 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1001011 | 100110 | 0 | 11011 | 111100 | 10001001 | 10111 | 100001 |
Color Harmonies of #40674B
Complementary color
Monochromatic Colors of #40674B
Black with #40674B
Text Example
Text Example
White with #40674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40674B; }
p { color: rgb(64,103,75); }
H1.HeaderClassName
{
color: #40674B;
}
.AnyTagClassName
{
color: #40674B;
}
</style>
background-color css
<style>
a { background-color: #40674B; }
a { background-color: rgb(64,103,75); }
div.DivClassName
{
background-color: #40674B;
}
.BgClassName
{
background-color: #40674B;
}
</style>
border-color css
<style>
span { border-color: #40674B; }
span { border-color: rgb(64,103,75); }
td.TdClassName
{
border-color: #40674B;
}
.TagClassName
{
border-color: #40674B;
}
</style>