Shades of Mineral Green #3F684A
Tints of Mineral Green #3F684A
RGB
CMYK
RGB Variations
Color information
#3F684A (or 0x3F684A) is known color: Mineral Green. HEX triplet: 3F, 68 and 4A. RGB value is (63,104,74). Sum of RGB (Red+Green+Blue) = 63+104+74=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F684A is #C097B5. Grayscale: #585858. Windows color (decimal): -12621750 or 4876351. OLE color: 4876351.
HSL color Cylindrical-coordinate representation of color #3F684A: hue angle of 136.1º degrees, saturation: 0.25, 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 #3F684A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 74 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.59 |
| HSL | 136.1º | 0.25% | 0.33% | - |
| HSV(B) | 136.1º | 0.39% | 0.41% | - |
| XYZ | 8.24 | 11.45 | 8.25 | - |
| YUV | 88.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 74 | 0.39 | 0 | 0.29 | 0.59 | 136.1 | 0.25 | 0.33 |
| Hex | 3F | 68 | 4A | 27 | 0 | 1D | 3B | 88 | 19 | 21 |
| Octal | 77 | 150 | 112 | 47 | 0 | 35 | 73 | 210 | 31 | 41 |
| Binary | 111111 | 1101000 | 1001010 | 100111 | 0 | 11101 | 111011 | 10001000 | 11001 | 100001 |
Color Harmonies of #3F684A
Complementary color
Monochromatic Colors of #3F684A
Black with #3F684A
Text Example
Text Example
White with #3F684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F684A; }
p { color: rgb(63,104,74); }
H1.HeaderClassName
{
color: #3F684A;
}
.AnyTagClassName
{
color: #3F684A;
}
</style>
background-color css
<style>
a { background-color: #3F684A; }
a { background-color: rgb(63,104,74); }
div.DivClassName
{
background-color: #3F684A;
}
.BgClassName
{
background-color: #3F684A;
}
</style>
border-color css
<style>
span { border-color: #3F684A; }
span { border-color: rgb(63,104,74); }
td.TdClassName
{
border-color: #3F684A;
}
.TagClassName
{
border-color: #3F684A;
}
</style>