Shades of Stromboli #3A6F59
Tints of Stromboli #3A6F59
RGB
CMYK
RGB Variations
Color information
#3A6F59 (or 0x3A6F59) is known color: Stromboli. HEX triplet: 3A, 6F and 59. RGB value is (58,111,89). Sum of RGB (Red+Green+Blue) = 58+111+89=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F59 is #C590A6. Grayscale: #5C5C5C. Windows color (decimal): -12947623 or 5861178. OLE color: 5861178.
HSL color Cylindrical-coordinate representation of color #3A6F59: hue angle of 155.09º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F59 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 89 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.56 |
| HSL | 155.09º | 0.31% | 0.33% | - |
| HSV(B) | 155.09º | 0.48% | 0.44% | - |
| XYZ | 9.23 | 12.99 | 11.47 | - |
| YUV | 92.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 89 | 0.48 | 0 | 0.20 | 0.56 | 155.09 | 0.31 | 0.33 |
| Hex | 3A | 6F | 59 | 30 | 0 | 14 | 38 | 9B | 1F | 21 |
| Octal | 72 | 157 | 131 | 60 | 0 | 24 | 70 | 233 | 37 | 41 |
| Binary | 111010 | 1101111 | 1011001 | 110000 | 0 | 10100 | 111000 | 10011011 | 11111 | 100001 |
Color Harmonies of #3A6F59
Complementary color
Monochromatic Colors of #3A6F59
Black with #3A6F59
Text Example
Text Example
White with #3A6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F59; }
p { color: rgb(58,111,89); }
H1.HeaderClassName
{
color: #3A6F59;
}
.AnyTagClassName
{
color: #3A6F59;
}
</style>
background-color css
<style>
a { background-color: #3A6F59; }
a { background-color: rgb(58,111,89); }
div.DivClassName
{
background-color: #3A6F59;
}
.BgClassName
{
background-color: #3A6F59;
}
</style>
border-color css
<style>
span { border-color: #3A6F59; }
span { border-color: rgb(58,111,89); }
td.TdClassName
{
border-color: #3A6F59;
}
.TagClassName
{
border-color: #3A6F59;
}
</style>