Shades of Stromboli #3C725E
Tints of Stromboli #3C725E
RGB
CMYK
RGB Variations
Color information
#3C725E (or 0x3C725E) is known color: Stromboli. HEX triplet: 3C, 72 and 5E. RGB value is (60,114,94). Sum of RGB (Red+Green+Blue) = 60+114+94=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #3C725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C725E is #C38DA1. Grayscale: #5F5F5F. Windows color (decimal): -12815778 or 6189628. OLE color: 6189628.
HSL color Cylindrical-coordinate representation of color #3C725E: hue angle of 157.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C725E is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 94 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.55 |
| HSL | 157.78º | 0.31% | 0.34% | - |
| HSV(B) | 157.78º | 0.47% | 0.45% | - |
| XYZ | 9.9 | 13.8 | 12.73 | - |
| YUV | 95.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 94 | 0.47 | 0 | 0.18 | 0.55 | 157.78 | 0.31 | 0.34 |
| Hex | 3C | 72 | 5E | 2F | 0 | 12 | 37 | 9E | 1F | 22 |
| Octal | 74 | 162 | 136 | 57 | 0 | 22 | 67 | 236 | 37 | 42 |
| Binary | 111100 | 1110010 | 1011110 | 101111 | 0 | 10010 | 110111 | 10011110 | 11111 | 100010 |
Color Harmonies of #3C725E
Complementary color
Monochromatic Colors of #3C725E
Black with #3C725E
Text Example
Text Example
White with #3C725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C725E; }
p { color: rgb(60,114,94); }
H1.HeaderClassName
{
color: #3C725E;
}
.AnyTagClassName
{
color: #3C725E;
}
</style>
background-color css
<style>
a { background-color: #3C725E; }
a { background-color: rgb(60,114,94); }
div.DivClassName
{
background-color: #3C725E;
}
.BgClassName
{
background-color: #3C725E;
}
</style>
border-color css
<style>
span { border-color: #3C725E; }
span { border-color: rgb(60,114,94); }
td.TdClassName
{
border-color: #3C725E;
}
.TagClassName
{
border-color: #3C725E;
}
</style>