Shades of Stromboli #3F745E
Tints of Stromboli #3F745E
RGB
CMYK
RGB Variations
Color information
#3F745E (or 0x3F745E) is known color: Stromboli. HEX triplet: 3F, 74 and 5E. RGB value is (63,116,94). Sum of RGB (Red+Green+Blue) = 63+116+94=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745E is #C08BA1. Grayscale: #616161. Windows color (decimal): -12618658 or 6190143. OLE color: 6190143.
HSL color Cylindrical-coordinate representation of color #3F745E: hue angle of 155.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F745E is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 94 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.55 |
| HSL | 155.09º | 0.3% | 0.35% | - |
| HSV(B) | 155.09º | 0.46% | 0.45% | - |
| XYZ | 10.32 | 14.36 | 12.82 | - |
| YUV | 97.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 94 | 0.46 | 0 | 0.19 | 0.55 | 155.09 | 0.3 | 0.35 |
| Hex | 3F | 74 | 5E | 2E | 0 | 13 | 37 | 9B | 1E | 23 |
| Octal | 77 | 164 | 136 | 56 | 0 | 23 | 67 | 233 | 36 | 43 |
| Binary | 111111 | 1110100 | 1011110 | 101110 | 0 | 10011 | 110111 | 10011011 | 11110 | 100011 |
Color Harmonies of #3F745E
Complementary color
Monochromatic Colors of #3F745E
Black with #3F745E
Text Example
Text Example
White with #3F745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F745E; }
p { color: rgb(63,116,94); }
H1.HeaderClassName
{
color: #3F745E;
}
.AnyTagClassName
{
color: #3F745E;
}
</style>
background-color css
<style>
a { background-color: #3F745E; }
a { background-color: rgb(63,116,94); }
div.DivClassName
{
background-color: #3F745E;
}
.BgClassName
{
background-color: #3F745E;
}
</style>
border-color css
<style>
span { border-color: #3F745E; }
span { border-color: rgb(63,116,94); }
td.TdClassName
{
border-color: #3F745E;
}
.TagClassName
{
border-color: #3F745E;
}
</style>