Shades of Stromboli #47655D
Tints of Stromboli #47655D
RGB
CMYK
RGB Variations
Color information
#47655D (or 0x47655D) is known color: Stromboli. HEX triplet: 47, 65 and 5D. RGB value is (71,101,93). Sum of RGB (Red+Green+Blue) = 71+101+93=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #47655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47655D is #B89AA2. Grayscale: #5B5B5B. Windows color (decimal): -12098211 or 6120775. OLE color: 6120775.
HSL color Cylindrical-coordinate representation of color #47655D: hue angle of 164º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47655D is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 93 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.60 |
| HSL | 164º | 0.17% | 0.34% | - |
| HSV(B) | 164º | 0.3% | 0.4% | - |
| XYZ | 9.23 | 11.44 | 12.08 | - |
| YUV | 91.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 93 | 0.30 | 0 | 0.08 | 0.60 | 164 | 0.17 | 0.34 |
| Hex | 47 | 65 | 5D | 1E | 0 | 8 | 3C | A4 | 11 | 22 |
| Octal | 107 | 145 | 135 | 36 | 0 | 10 | 74 | 244 | 21 | 42 |
| Binary | 1000111 | 1100101 | 1011101 | 11110 | 0 | 1000 | 111100 | 10100100 | 10001 | 100010 |
Color Harmonies of #47655D
Complementary color
Monochromatic Colors of #47655D
Black with #47655D
Text Example
Text Example
White with #47655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47655D; }
p { color: rgb(71,101,93); }
H1.HeaderClassName
{
color: #47655D;
}
.AnyTagClassName
{
color: #47655D;
}
</style>
background-color css
<style>
a { background-color: #47655D; }
a { background-color: rgb(71,101,93); }
div.DivClassName
{
background-color: #47655D;
}
.BgClassName
{
background-color: #47655D;
}
</style>
border-color css
<style>
span { border-color: #47655D; }
span { border-color: rgb(71,101,93); }
td.TdClassName
{
border-color: #47655D;
}
.TagClassName
{
border-color: #47655D;
}
</style>