Shades of Stromboli #3C5F53
Tints of Stromboli #3C5F53
RGB
CMYK
RGB Variations
Color information
#3C5F53 (or 0x3C5F53) is known color: Stromboli. HEX triplet: 3C, 5F and 53. RGB value is (60,95,83). Sum of RGB (Red+Green+Blue) = 60+95+83=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F53 is #C3A0AC. Grayscale: #535353. Windows color (decimal): -12820653 or 5463868. OLE color: 5463868.
HSL color Cylindrical-coordinate representation of color #3C5F53: hue angle of 159.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F53 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 95 | 83 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.63 |
| HSL | 159.43º | 0.23% | 0.3% | - |
| HSV(B) | 159.43º | 0.37% | 0.37% | - |
| XYZ | 7.52 | 9.77 | 9.67 | - |
| YUV | 83.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 83 | 0.37 | 0 | 0.13 | 0.63 | 159.43 | 0.23 | 0.3 |
| Hex | 3C | 5F | 53 | 25 | 0 | D | 3F | 9F | 17 | 1E |
| Octal | 74 | 137 | 123 | 45 | 0 | 15 | 77 | 237 | 27 | 36 |
| Binary | 111100 | 1011111 | 1010011 | 100101 | 0 | 1101 | 111111 | 10011111 | 10111 | 11110 |
Color Harmonies of #3C5F53
Complementary color
Monochromatic Colors of #3C5F53
Black with #3C5F53
Text Example
Text Example
White with #3C5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F53; }
p { color: rgb(60,95,83); }
H1.HeaderClassName
{
color: #3C5F53;
}
.AnyTagClassName
{
color: #3C5F53;
}
</style>
background-color css
<style>
a { background-color: #3C5F53; }
a { background-color: rgb(60,95,83); }
div.DivClassName
{
background-color: #3C5F53;
}
.BgClassName
{
background-color: #3C5F53;
}
</style>
border-color css
<style>
span { border-color: #3C5F53; }
span { border-color: rgb(60,95,83); }
td.TdClassName
{
border-color: #3C5F53;
}
.TagClassName
{
border-color: #3C5F53;
}
</style>