Shades of Stromboli #35715A
Tints of Stromboli #35715A
RGB
CMYK
RGB Variations
Color information
#35715A (or 0x35715A) is known color: Stromboli. HEX triplet: 35, 71 and 5A. RGB value is (53,113,90). Sum of RGB (Red+Green+Blue) = 53+113+90=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #35715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715A is #CA8EA5. Grayscale: #5C5C5C. Windows color (decimal): -13274790 or 5927221. OLE color: 5927221.
HSL color Cylindrical-coordinate representation of color #35715A: hue angle of 157º 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 #35715A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 90 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.56 |
| HSL | 157º | 0.36% | 0.33% | - |
| HSV(B) | 157º | 0.53% | 0.44% | - |
| XYZ | 9.22 | 13.31 | 11.76 | - |
| YUV | 92.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 90 | 0.53 | 0 | 0.20 | 0.56 | 157 | 0.36 | 0.33 |
| Hex | 35 | 71 | 5A | 35 | 0 | 14 | 38 | 9D | 24 | 21 |
| Octal | 65 | 161 | 132 | 65 | 0 | 24 | 70 | 235 | 44 | 41 |
| Binary | 110101 | 1110001 | 1011010 | 110101 | 0 | 10100 | 111000 | 10011101 | 100100 | 100001 |
Color Harmonies of #35715A
Complementary color
Monochromatic Colors of #35715A
Black with #35715A
Text Example
Text Example
White with #35715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35715A; }
p { color: rgb(53,113,90); }
H1.HeaderClassName
{
color: #35715A;
}
.AnyTagClassName
{
color: #35715A;
}
</style>
background-color css
<style>
a { background-color: #35715A; }
a { background-color: rgb(53,113,90); }
div.DivClassName
{
background-color: #35715A;
}
.BgClassName
{
background-color: #35715A;
}
</style>
border-color css
<style>
span { border-color: #35715A; }
span { border-color: rgb(53,113,90); }
td.TdClassName
{
border-color: #35715A;
}
.TagClassName
{
border-color: #35715A;
}
</style>