Shades of Stromboli #356C52
Tints of Stromboli #356C52
RGB
CMYK
RGB Variations
Color information
#356C52 (or 0x356C52) is known color: Stromboli. HEX triplet: 35, 6C and 52. RGB value is (53,108,82). Sum of RGB (Red+Green+Blue) = 53+108+82=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #356C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C52 is #CA93AD. Grayscale: #585858. Windows color (decimal): -13276078 or 5401653. OLE color: 5401653.
HSL color Cylindrical-coordinate representation of color #356C52: hue angle of 151.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C52 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 82 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.58 |
| HSL | 151.64º | 0.34% | 0.32% | - |
| HSV(B) | 151.64º | 0.51% | 0.42% | - |
| XYZ | 8.35 | 12.09 | 9.88 | - |
| YUV | 88.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 82 | 0.51 | 0 | 0.24 | 0.58 | 151.64 | 0.34 | 0.32 |
| Hex | 35 | 6C | 52 | 33 | 0 | 18 | 3A | 98 | 22 | 20 |
| Octal | 65 | 154 | 122 | 63 | 0 | 30 | 72 | 230 | 42 | 40 |
| Binary | 110101 | 1101100 | 1010010 | 110011 | 0 | 11000 | 111010 | 10011000 | 100010 | 100000 |
Color Harmonies of #356C52
Complementary color
Monochromatic Colors of #356C52
Black with #356C52
Text Example
Text Example
White with #356C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C52; }
p { color: rgb(53,108,82); }
H1.HeaderClassName
{
color: #356C52;
}
.AnyTagClassName
{
color: #356C52;
}
</style>
background-color css
<style>
a { background-color: #356C52; }
a { background-color: rgb(53,108,82); }
div.DivClassName
{
background-color: #356C52;
}
.BgClassName
{
background-color: #356C52;
}
</style>
border-color css
<style>
span { border-color: #356C52; }
span { border-color: rgb(53,108,82); }
td.TdClassName
{
border-color: #356C52;
}
.TagClassName
{
border-color: #356C52;
}
</style>