Shades of Stromboli #3A6B52
Tints of Stromboli #3A6B52
RGB
CMYK
RGB Variations
Color information
#3A6B52 (or 0x3A6B52) is known color: Stromboli. HEX triplet: 3A, 6B and 52. RGB value is (58,107,82). Sum of RGB (Red+Green+Blue) = 58+107+82=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B52 is #C594AD. Grayscale: #595959. Windows color (decimal): -12948654 or 5401402. OLE color: 5401402.
HSL color Cylindrical-coordinate representation of color #3A6B52: hue angle of 149.39º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B52 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 82 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.58 |
| HSL | 149.39º | 0.3% | 0.32% | - |
| HSV(B) | 149.39º | 0.46% | 0.42% | - |
| XYZ | 8.53 | 12.02 | 9.85 | - |
| YUV | 89.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 82 | 0.46 | 0 | 0.23 | 0.58 | 149.39 | 0.3 | 0.32 |
| Hex | 3A | 6B | 52 | 2E | 0 | 17 | 3A | 95 | 1E | 20 |
| Octal | 72 | 153 | 122 | 56 | 0 | 27 | 72 | 225 | 36 | 40 |
| Binary | 111010 | 1101011 | 1010010 | 101110 | 0 | 10111 | 111010 | 10010101 | 11110 | 100000 |
Color Harmonies of #3A6B52
Complementary color
Monochromatic Colors of #3A6B52
Black with #3A6B52
Text Example
Text Example
White with #3A6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B52; }
p { color: rgb(58,107,82); }
H1.HeaderClassName
{
color: #3A6B52;
}
.AnyTagClassName
{
color: #3A6B52;
}
</style>
background-color css
<style>
a { background-color: #3A6B52; }
a { background-color: rgb(58,107,82); }
div.DivClassName
{
background-color: #3A6B52;
}
.BgClassName
{
background-color: #3A6B52;
}
</style>
border-color css
<style>
span { border-color: #3A6B52; }
span { border-color: rgb(58,107,82); }
td.TdClassName
{
border-color: #3A6B52;
}
.TagClassName
{
border-color: #3A6B52;
}
</style>