Shades of Stromboli #47695B
Tints of Stromboli #47695B
RGB
CMYK
RGB Variations
Color information
#47695B (or 0x47695B) is known color: Stromboli. HEX triplet: 47, 69 and 5B. RGB value is (71,105,91). Sum of RGB (Red+Green+Blue) = 71+105+91=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #47695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695B is #B896A4. Grayscale: #5D5D5D. Windows color (decimal): -12097189 or 5990727. OLE color: 5990727.
HSL color Cylindrical-coordinate representation of color #47695B: hue angle of 155.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47695B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 105 | 91 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.59 |
| HSL | 155.29º | 0.19% | 0.35% | - |
| HSV(B) | 155.29º | 0.32% | 0.41% | - |
| XYZ | 9.54 | 12.2 | 11.75 | - |
| YUV | 93.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 91 | 0.32 | 0 | 0.13 | 0.59 | 155.29 | 0.19 | 0.35 |
| Hex | 47 | 69 | 5B | 20 | 0 | D | 3B | 9B | 13 | 23 |
| Octal | 107 | 151 | 133 | 40 | 0 | 15 | 73 | 233 | 23 | 43 |
| Binary | 1000111 | 1101001 | 1011011 | 100000 | 0 | 1101 | 111011 | 10011011 | 10011 | 100011 |
Color Harmonies of #47695B
Complementary color
Monochromatic Colors of #47695B
Black with #47695B
Text Example
Text Example
White with #47695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47695B; }
p { color: rgb(71,105,91); }
H1.HeaderClassName
{
color: #47695B;
}
.AnyTagClassName
{
color: #47695B;
}
</style>
background-color css
<style>
a { background-color: #47695B; }
a { background-color: rgb(71,105,91); }
div.DivClassName
{
background-color: #47695B;
}
.BgClassName
{
background-color: #47695B;
}
</style>
border-color css
<style>
span { border-color: #47695B; }
span { border-color: rgb(71,105,91); }
td.TdClassName
{
border-color: #47695B;
}
.TagClassName
{
border-color: #47695B;
}
</style>