Shades of Stromboli #3C6B5C
Tints of Stromboli #3C6B5C
RGB
CMYK
RGB Variations
Color information
#3C6B5C (or 0x3C6B5C) is known color: Stromboli. HEX triplet: 3C, 6B and 5C. RGB value is (60,107,92). Sum of RGB (Red+Green+Blue) = 60+107+92=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B5C is #C394A3. Grayscale: #5B5B5B. Windows color (decimal): -12817572 or 6056764. OLE color: 6056764.
HSL color Cylindrical-coordinate representation of color #3C6B5C: hue angle of 160.85º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B5C is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 92 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.58 |
| HSL | 160.85º | 0.28% | 0.33% | - |
| HSV(B) | 160.85º | 0.44% | 0.42% | - |
| XYZ | 9.05 | 12.25 | 12.01 | - |
| YUV | 91.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 92 | 0.44 | 0 | 0.14 | 0.58 | 160.85 | 0.28 | 0.33 |
| Hex | 3C | 6B | 5C | 2C | 0 | E | 3A | A1 | 1C | 21 |
| Octal | 74 | 153 | 134 | 54 | 0 | 16 | 72 | 241 | 34 | 41 |
| Binary | 111100 | 1101011 | 1011100 | 101100 | 0 | 1110 | 111010 | 10100001 | 11100 | 100001 |
Color Harmonies of #3C6B5C
Complementary color
Monochromatic Colors of #3C6B5C
Black with #3C6B5C
Text Example
Text Example
White with #3C6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B5C; }
p { color: rgb(60,107,92); }
H1.HeaderClassName
{
color: #3C6B5C;
}
.AnyTagClassName
{
color: #3C6B5C;
}
</style>
background-color css
<style>
a { background-color: #3C6B5C; }
a { background-color: rgb(60,107,92); }
div.DivClassName
{
background-color: #3C6B5C;
}
.BgClassName
{
background-color: #3C6B5C;
}
</style>
border-color css
<style>
span { border-color: #3C6B5C; }
span { border-color: rgb(60,107,92); }
td.TdClassName
{
border-color: #3C6B5C;
}
.TagClassName
{
border-color: #3C6B5C;
}
</style>