Shades of Stromboli #3C6C5C
Tints of Stromboli #3C6C5C
RGB
CMYK
RGB Variations
Color information
#3C6C5C (or 0x3C6C5C) is known color: Stromboli. HEX triplet: 3C, 6C and 5C. RGB value is (60,108,92). Sum of RGB (Red+Green+Blue) = 60+108+92=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C5C is #C393A3. Grayscale: #5B5B5B. Windows color (decimal): -12817316 or 6057020. OLE color: 6057020.
HSL color Cylindrical-coordinate representation of color #3C6C5C: hue angle of 160º degrees, saturation: 0.29, 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 #3C6C5C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 108 | 92 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.58 |
| HSL | 160º | 0.29% | 0.33% | - |
| HSV(B) | 160º | 0.44% | 0.42% | - |
| XYZ | 9.16 | 12.46 | 12.05 | - |
| YUV | 91.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 92 | 0.44 | 0 | 0.15 | 0.58 | 160 | 0.29 | 0.33 |
| Hex | 3C | 6C | 5C | 2C | 0 | F | 3A | A0 | 1D | 21 |
| Octal | 74 | 154 | 134 | 54 | 0 | 17 | 72 | 240 | 35 | 41 |
| Binary | 111100 | 1101100 | 1011100 | 101100 | 0 | 1111 | 111010 | 10100000 | 11101 | 100001 |
Color Harmonies of #3C6C5C
Complementary color
Monochromatic Colors of #3C6C5C
Black with #3C6C5C
Text Example
Text Example
White with #3C6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6C5C; }
p { color: rgb(60,108,92); }
H1.HeaderClassName
{
color: #3C6C5C;
}
.AnyTagClassName
{
color: #3C6C5C;
}
</style>
background-color css
<style>
a { background-color: #3C6C5C; }
a { background-color: rgb(60,108,92); }
div.DivClassName
{
background-color: #3C6C5C;
}
.BgClassName
{
background-color: #3C6C5C;
}
</style>
border-color css
<style>
span { border-color: #3C6C5C; }
span { border-color: rgb(60,108,92); }
td.TdClassName
{
border-color: #3C6C5C;
}
.TagClassName
{
border-color: #3C6C5C;
}
</style>