Shades of Stromboli #35715B
Tints of Stromboli #35715B
RGB
CMYK
RGB Variations
Color information
#35715B (or 0x35715B) is known color: Stromboli. HEX triplet: 35, 71 and 5B. RGB value is (53,113,91). Sum of RGB (Red+Green+Blue) = 53+113+91=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #35715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715B is #CA8EA4. Grayscale: #5C5C5C. Windows color (decimal): -13274789 or 5992757. OLE color: 5992757.
HSL color Cylindrical-coordinate representation of color #35715B: hue angle of 158º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35715B is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 91 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.56 |
| HSL | 158º | 0.36% | 0.33% | - |
| HSV(B) | 158º | 0.53% | 0.44% | - |
| XYZ | 9.26 | 13.32 | 11.98 | - |
| YUV | 92.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 91 | 0.53 | 0 | 0.19 | 0.56 | 158 | 0.36 | 0.33 |
| Hex | 35 | 71 | 5B | 35 | 0 | 13 | 38 | 9E | 24 | 21 |
| Octal | 65 | 161 | 133 | 65 | 0 | 23 | 70 | 236 | 44 | 41 |
| Binary | 110101 | 1110001 | 1011011 | 110101 | 0 | 10011 | 111000 | 10011110 | 100100 | 100001 |
Color Harmonies of #35715B
Complementary color
Monochromatic Colors of #35715B
Black with #35715B
Text Example
Text Example
White with #35715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35715B; }
p { color: rgb(53,113,91); }
H1.HeaderClassName
{
color: #35715B;
}
.AnyTagClassName
{
color: #35715B;
}
</style>
background-color css
<style>
a { background-color: #35715B; }
a { background-color: rgb(53,113,91); }
div.DivClassName
{
background-color: #35715B;
}
.BgClassName
{
background-color: #35715B;
}
</style>
border-color css
<style>
span { border-color: #35715B; }
span { border-color: rgb(53,113,91); }
td.TdClassName
{
border-color: #35715B;
}
.TagClassName
{
border-color: #35715B;
}
</style>