Shades of Stromboli #356B52
Tints of Stromboli #356B52
RGB
CMYK
RGB Variations
Color information
#356B52 (or 0x356B52) is known color: Stromboli. HEX triplet: 35, 6B and 52. RGB value is (53,107,82). Sum of RGB (Red+Green+Blue) = 53+107+82=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #356B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B52 is #CA94AD. Grayscale: #585858. Windows color (decimal): -13276334 or 5401397. OLE color: 5401397.
HSL color Cylindrical-coordinate representation of color #356B52: hue angle of 152.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B52 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 82 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.58 |
| HSL | 152.22º | 0.34% | 0.31% | - |
| HSV(B) | 152.22º | 0.5% | 0.42% | - |
| XYZ | 8.25 | 11.88 | 9.84 | - |
| YUV | 88 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 82 | 0.50 | 0 | 0.23 | 0.58 | 152.22 | 0.34 | 0.31 |
| Hex | 35 | 6B | 52 | 32 | 0 | 17 | 3A | 98 | 22 | 1F |
| Octal | 65 | 153 | 122 | 62 | 0 | 27 | 72 | 230 | 42 | 37 |
| Binary | 110101 | 1101011 | 1010010 | 110010 | 0 | 10111 | 111010 | 10011000 | 100010 | 11111 |
Color Harmonies of #356B52
Complementary color
Monochromatic Colors of #356B52
Black with #356B52
Text Example
Text Example
White with #356B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B52; }
p { color: rgb(53,107,82); }
H1.HeaderClassName
{
color: #356B52;
}
.AnyTagClassName
{
color: #356B52;
}
</style>
background-color css
<style>
a { background-color: #356B52; }
a { background-color: rgb(53,107,82); }
div.DivClassName
{
background-color: #356B52;
}
.BgClassName
{
background-color: #356B52;
}
</style>
border-color css
<style>
span { border-color: #356B52; }
span { border-color: rgb(53,107,82); }
td.TdClassName
{
border-color: #356B52;
}
.TagClassName
{
border-color: #356B52;
}
</style>