Shades of Mineral Green #40674A
Tints of Mineral Green #40674A
RGB
CMYK
RGB Variations
Color information
#40674A (or 0x40674A) is known color: Mineral Green. HEX triplet: 40, 67 and 4A. RGB value is (64,103,74). Sum of RGB (Red+Green+Blue) = 64+103+74=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #40674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40674A is #BF98B5. Grayscale: #585858. Windows color (decimal): -12556470 or 4876096. OLE color: 4876096.
HSL color Cylindrical-coordinate representation of color #40674A: hue angle of 135.38º 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 #40674A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 74 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.60 |
| HSL | 135.38º | 0.23% | 0.33% | - |
| HSV(B) | 135.38º | 0.38% | 0.4% | - |
| XYZ | 8.2 | 11.28 | 8.22 | - |
| YUV | 88.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 74 | 0.38 | 0 | 0.28 | 0.60 | 135.38 | 0.23 | 0.33 |
| Hex | 40 | 67 | 4A | 26 | 0 | 1C | 3C | 87 | 17 | 21 |
| Octal | 100 | 147 | 112 | 46 | 0 | 34 | 74 | 207 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1001010 | 100110 | 0 | 11100 | 111100 | 10000111 | 10111 | 100001 |
Color Harmonies of #40674A
Complementary color
Monochromatic Colors of #40674A
Black with #40674A
Text Example
Text Example
White with #40674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40674A; }
p { color: rgb(64,103,74); }
H1.HeaderClassName
{
color: #40674A;
}
.AnyTagClassName
{
color: #40674A;
}
</style>
background-color css
<style>
a { background-color: #40674A; }
a { background-color: rgb(64,103,74); }
div.DivClassName
{
background-color: #40674A;
}
.BgClassName
{
background-color: #40674A;
}
</style>
border-color css
<style>
span { border-color: #40674A; }
span { border-color: rgb(64,103,74); }
td.TdClassName
{
border-color: #40674A;
}
.TagClassName
{
border-color: #40674A;
}
</style>