Shades of Stromboli #3F705F
Tints of Stromboli #3F705F
RGB
CMYK
RGB Variations
Color information
#3F705F (or 0x3F705F) is known color: Stromboli. HEX triplet: 3F, 70 and 5F. RGB value is (63,112,95). Sum of RGB (Red+Green+Blue) = 63+112+95=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #3F705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F705F is #C08FA0. Grayscale: #5F5F5F. Windows color (decimal): -12619681 or 6254655. OLE color: 6254655.
HSL color Cylindrical-coordinate representation of color #3F705F: hue angle of 159.18º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F705F is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 95 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.56 |
| HSL | 159.18º | 0.28% | 0.34% | - |
| HSV(B) | 159.18º | 0.44% | 0.44% | - |
| XYZ | 9.91 | 13.47 | 12.9 | - |
| YUV | 95.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 95 | 0.44 | 0 | 0.15 | 0.56 | 159.18 | 0.28 | 0.34 |
| Hex | 3F | 70 | 5F | 2C | 0 | F | 38 | 9F | 1C | 22 |
| Octal | 77 | 160 | 137 | 54 | 0 | 17 | 70 | 237 | 34 | 42 |
| Binary | 111111 | 1110000 | 1011111 | 101100 | 0 | 1111 | 111000 | 10011111 | 11100 | 100010 |
Color Harmonies of #3F705F
Complementary color
Monochromatic Colors of #3F705F
Black with #3F705F
Text Example
Text Example
White with #3F705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F705F; }
p { color: rgb(63,112,95); }
H1.HeaderClassName
{
color: #3F705F;
}
.AnyTagClassName
{
color: #3F705F;
}
</style>
background-color css
<style>
a { background-color: #3F705F; }
a { background-color: rgb(63,112,95); }
div.DivClassName
{
background-color: #3F705F;
}
.BgClassName
{
background-color: #3F705F;
}
</style>
border-color css
<style>
span { border-color: #3F705F; }
span { border-color: rgb(63,112,95); }
td.TdClassName
{
border-color: #3F705F;
}
.TagClassName
{
border-color: #3F705F;
}
</style>