Shades of Stromboli #3F735F
Tints of Stromboli #3F735F
RGB
CMYK
RGB Variations
Color information
#3F735F (or 0x3F735F) is known color: Stromboli. HEX triplet: 3F, 73 and 5F. RGB value is (63,115,95). Sum of RGB (Red+Green+Blue) = 63+115+95=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #3F735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F735F is #C08CA0. Grayscale: #616161. Windows color (decimal): -12618913 or 6255423. OLE color: 6255423.
HSL color Cylindrical-coordinate representation of color #3F735F: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F735F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 95 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.55 |
| HSL | 156.92º | 0.29% | 0.35% | - |
| HSV(B) | 156.92º | 0.45% | 0.45% | - |
| XYZ | 10.25 | 14.14 | 13.02 | - |
| YUV | 97.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 95 | 0.45 | 0 | 0.17 | 0.55 | 156.92 | 0.29 | 0.35 |
| Hex | 3F | 73 | 5F | 2D | 0 | 11 | 37 | 9D | 1D | 23 |
| Octal | 77 | 163 | 137 | 55 | 0 | 21 | 67 | 235 | 35 | 43 |
| Binary | 111111 | 1110011 | 1011111 | 101101 | 0 | 10001 | 110111 | 10011101 | 11101 | 100011 |
Color Harmonies of #3F735F
Complementary color
Monochromatic Colors of #3F735F
Black with #3F735F
Text Example
Text Example
White with #3F735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F735F; }
p { color: rgb(63,115,95); }
H1.HeaderClassName
{
color: #3F735F;
}
.AnyTagClassName
{
color: #3F735F;
}
</style>
background-color css
<style>
a { background-color: #3F735F; }
a { background-color: rgb(63,115,95); }
div.DivClassName
{
background-color: #3F735F;
}
.BgClassName
{
background-color: #3F735F;
}
</style>
border-color css
<style>
span { border-color: #3F735F; }
span { border-color: rgb(63,115,95); }
td.TdClassName
{
border-color: #3F735F;
}
.TagClassName
{
border-color: #3F735F;
}
</style>