Shades of Stromboli #3A6F5F
Tints of Stromboli #3A6F5F
RGB
CMYK
RGB Variations
Color information
#3A6F5F (or 0x3A6F5F) is known color: Stromboli. HEX triplet: 3A, 6F and 5F. RGB value is (58,111,95). Sum of RGB (Red+Green+Blue) = 58+111+95=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F5F is #C590A0. Grayscale: #5D5D5D. Windows color (decimal): -12947617 or 6254394. OLE color: 6254394.
HSL color Cylindrical-coordinate representation of color #3A6F5F: hue angle of 161.89º 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 #3A6F5F is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 95 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.56 |
| HSL | 161.89º | 0.31% | 0.33% | - |
| HSV(B) | 161.89º | 0.48% | 0.44% | - |
| XYZ | 9.49 | 13.09 | 12.85 | - |
| YUV | 93.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 95 | 0.48 | 0 | 0.14 | 0.56 | 161.89 | 0.31 | 0.33 |
| Hex | 3A | 6F | 5F | 30 | 0 | E | 38 | A2 | 1F | 21 |
| Octal | 72 | 157 | 137 | 60 | 0 | 16 | 70 | 242 | 37 | 41 |
| Binary | 111010 | 1101111 | 1011111 | 110000 | 0 | 1110 | 111000 | 10100010 | 11111 | 100001 |
Color Harmonies of #3A6F5F
Complementary color
Monochromatic Colors of #3A6F5F
Black with #3A6F5F
Text Example
Text Example
White with #3A6F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F5F; }
p { color: rgb(58,111,95); }
H1.HeaderClassName
{
color: #3A6F5F;
}
.AnyTagClassName
{
color: #3A6F5F;
}
</style>
background-color css
<style>
a { background-color: #3A6F5F; }
a { background-color: rgb(58,111,95); }
div.DivClassName
{
background-color: #3A6F5F;
}
.BgClassName
{
background-color: #3A6F5F;
}
</style>
border-color css
<style>
span { border-color: #3A6F5F; }
span { border-color: rgb(58,111,95); }
td.TdClassName
{
border-color: #3A6F5F;
}
.TagClassName
{
border-color: #3A6F5F;
}
</style>