Shades of Stromboli #39685E
Tints of Stromboli #39685E
RGB
CMYK
RGB Variations
Color information
#39685E (or 0x39685E) is known color: Stromboli. HEX triplet: 39, 68 and 5E. RGB value is (57,104,94). Sum of RGB (Red+Green+Blue) = 57+104+94=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #39685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39685E is #C697A1. Grayscale: #585858. Windows color (decimal): -13014946 or 6187065. OLE color: 6187065.
HSL color Cylindrical-coordinate representation of color #39685E: hue angle of 167.23º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39685E is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 104 | 94 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.59 |
| HSL | 167.23º | 0.29% | 0.32% | - |
| HSV(B) | 167.23º | 0.45% | 0.41% | - |
| XYZ | 8.66 | 11.58 | 12.37 | - |
| YUV | 88.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 94 | 0.45 | 0 | 0.10 | 0.59 | 167.23 | 0.29 | 0.32 |
| Hex | 39 | 68 | 5E | 2D | 0 | A | 3B | A7 | 1D | 20 |
| Octal | 71 | 150 | 136 | 55 | 0 | 12 | 73 | 247 | 35 | 40 |
| Binary | 111001 | 1101000 | 1011110 | 101101 | 0 | 1010 | 111011 | 10100111 | 11101 | 100000 |
Color Harmonies of #39685E
Complementary color
Monochromatic Colors of #39685E
Black with #39685E
Text Example
Text Example
White with #39685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39685E; }
p { color: rgb(57,104,94); }
H1.HeaderClassName
{
color: #39685E;
}
.AnyTagClassName
{
color: #39685E;
}
</style>
background-color css
<style>
a { background-color: #39685E; }
a { background-color: rgb(57,104,94); }
div.DivClassName
{
background-color: #39685E;
}
.BgClassName
{
background-color: #39685E;
}
</style>
border-color css
<style>
span { border-color: #39685E; }
span { border-color: rgb(57,104,94); }
td.TdClassName
{
border-color: #39685E;
}
.TagClassName
{
border-color: #39685E;
}
</style>