Shades of Stromboli #47715F
Tints of Stromboli #47715F
RGB
CMYK
RGB Variations
Color information
#47715F (or 0x47715F) is known color: Stromboli. HEX triplet: 47, 71 and 5F. RGB value is (71,113,95). Sum of RGB (Red+Green+Blue) = 71+113+95=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #47715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47715F is #B88EA0. Grayscale: #626262. Windows color (decimal): -12095137 or 6254919. OLE color: 6254919.
HSL color Cylindrical-coordinate representation of color #47715F: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47715F is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 95 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.56 |
| HSL | 154.29º | 0.23% | 0.36% | - |
| HSV(B) | 154.29º | 0.37% | 0.44% | - |
| XYZ | 10.57 | 13.98 | 12.97 | - |
| YUV | 98.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 95 | 0.37 | 0 | 0.16 | 0.56 | 154.29 | 0.23 | 0.36 |
| Hex | 47 | 71 | 5F | 25 | 0 | 10 | 38 | 9A | 17 | 24 |
| Octal | 107 | 161 | 137 | 45 | 0 | 20 | 70 | 232 | 27 | 44 |
| Binary | 1000111 | 1110001 | 1011111 | 100101 | 0 | 10000 | 111000 | 10011010 | 10111 | 100100 |
Color Harmonies of #47715F
Complementary color
Monochromatic Colors of #47715F
Black with #47715F
Text Example
Text Example
White with #47715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47715F; }
p { color: rgb(71,113,95); }
H1.HeaderClassName
{
color: #47715F;
}
.AnyTagClassName
{
color: #47715F;
}
</style>
background-color css
<style>
a { background-color: #47715F; }
a { background-color: rgb(71,113,95); }
div.DivClassName
{
background-color: #47715F;
}
.BgClassName
{
background-color: #47715F;
}
</style>
border-color css
<style>
span { border-color: #47715F; }
span { border-color: rgb(71,113,95); }
td.TdClassName
{
border-color: #47715F;
}
.TagClassName
{
border-color: #47715F;
}
</style>