Shades of Stromboli #3C705A
Tints of Stromboli #3C705A
RGB
CMYK
RGB Variations
Color information
#3C705A (or 0x3C705A) is known color: Stromboli. HEX triplet: 3C, 70 and 5A. RGB value is (60,112,90). Sum of RGB (Red+Green+Blue) = 60+112+90=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #3C705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C705A is #C38FA5. Grayscale: #5D5D5D. Windows color (decimal): -12816294 or 5926972. OLE color: 5926972.
HSL color Cylindrical-coordinate representation of color #3C705A: hue angle of 154.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C705A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 90 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.56 |
| HSL | 154.62º | 0.3% | 0.34% | - |
| HSV(B) | 154.62º | 0.46% | 0.44% | - |
| XYZ | 9.5 | 13.29 | 11.74 | - |
| YUV | 93.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 90 | 0.46 | 0 | 0.20 | 0.56 | 154.62 | 0.3 | 0.34 |
| Hex | 3C | 70 | 5A | 2E | 0 | 14 | 38 | 9B | 1E | 22 |
| Octal | 74 | 160 | 132 | 56 | 0 | 24 | 70 | 233 | 36 | 42 |
| Binary | 111100 | 1110000 | 1011010 | 101110 | 0 | 10100 | 111000 | 10011011 | 11110 | 100010 |
Color Harmonies of #3C705A
Complementary color
Monochromatic Colors of #3C705A
Black with #3C705A
Text Example
Text Example
White with #3C705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C705A; }
p { color: rgb(60,112,90); }
H1.HeaderClassName
{
color: #3C705A;
}
.AnyTagClassName
{
color: #3C705A;
}
</style>
background-color css
<style>
a { background-color: #3C705A; }
a { background-color: rgb(60,112,90); }
div.DivClassName
{
background-color: #3C705A;
}
.BgClassName
{
background-color: #3C705A;
}
</style>
border-color css
<style>
span { border-color: #3C705A; }
span { border-color: rgb(60,112,90); }
td.TdClassName
{
border-color: #3C705A;
}
.TagClassName
{
border-color: #3C705A;
}
</style>