Shades of Mineral Green #3F694B
Tints of Mineral Green #3F694B
RGB
CMYK
RGB Variations
Color information
#3F694B (or 0x3F694B) is known color: Mineral Green. HEX triplet: 3F, 69 and 4B. RGB value is (63,105,75). Sum of RGB (Red+Green+Blue) = 63+105+75=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #3F694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F694B is #C096B4. Grayscale: #595959. Windows color (decimal): -12621493 or 4942143. OLE color: 4942143.
HSL color Cylindrical-coordinate representation of color #3F694B: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F694B is Cyan = 0.4, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 75 | - |
| CMYK | 0.4 | 0 | 0.29 | 0.59 |
| HSL | 137.14º | 0.25% | 0.33% | - |
| HSV(B) | 137.14º | 0.4% | 0.41% | - |
| XYZ | 8.37 | 11.67 | 8.47 | - |
| YUV | 89.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 75 | 0.4 | 0 | 0.29 | 0.59 | 137.14 | 0.25 | 0.33 |
| Hex | 3F | 69 | 4B | 28 | 0 | 1D | 3B | 89 | 19 | 21 |
| Octal | 77 | 151 | 113 | 50 | 0 | 35 | 73 | 211 | 31 | 41 |
| Binary | 111111 | 1101001 | 1001011 | 101000 | 0 | 11101 | 111011 | 10001001 | 11001 | 100001 |
Color Harmonies of #3F694B
Complementary color
Monochromatic Colors of #3F694B
Black with #3F694B
Text Example
Text Example
White with #3F694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F694B; }
p { color: rgb(63,105,75); }
H1.HeaderClassName
{
color: #3F694B;
}
.AnyTagClassName
{
color: #3F694B;
}
</style>
background-color css
<style>
a { background-color: #3F694B; }
a { background-color: rgb(63,105,75); }
div.DivClassName
{
background-color: #3F694B;
}
.BgClassName
{
background-color: #3F694B;
}
</style>
border-color css
<style>
span { border-color: #3F694B; }
span { border-color: rgb(63,105,75); }
td.TdClassName
{
border-color: #3F694B;
}
.TagClassName
{
border-color: #3F694B;
}
</style>