Shades of Stromboli #3A745F
Tints of Stromboli #3A745F
RGB
CMYK
RGB Variations
Color information
#3A745F (or 0x3A745F) is known color: Stromboli. HEX triplet: 3A, 74 and 5F. RGB value is (58,116,95). Sum of RGB (Red+Green+Blue) = 58+116+95=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #3A745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A745F is #C58BA0. Grayscale: #606060. Windows color (decimal): -12946337 or 6255674. OLE color: 6255674.
HSL color Cylindrical-coordinate representation of color #3A745F: hue angle of 158.28º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A745F is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 95 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.55 |
| HSL | 158.28º | 0.33% | 0.34% | - |
| HSV(B) | 158.28º | 0.5% | 0.45% | - |
| XYZ | 10.06 | 14.22 | 13.04 | - |
| YUV | 96.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 95 | 0.5 | 0 | 0.18 | 0.55 | 158.28 | 0.33 | 0.34 |
| Hex | 3A | 74 | 5F | 32 | 0 | 12 | 37 | 9E | 21 | 22 |
| Octal | 72 | 164 | 137 | 62 | 0 | 22 | 67 | 236 | 41 | 42 |
| Binary | 111010 | 1110100 | 1011111 | 110010 | 0 | 10010 | 110111 | 10011110 | 100001 | 100010 |
Color Harmonies of #3A745F
Complementary color
Monochromatic Colors of #3A745F
Black with #3A745F
Text Example
Text Example
White with #3A745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A745F; }
p { color: rgb(58,116,95); }
H1.HeaderClassName
{
color: #3A745F;
}
.AnyTagClassName
{
color: #3A745F;
}
</style>
background-color css
<style>
a { background-color: #3A745F; }
a { background-color: rgb(58,116,95); }
div.DivClassName
{
background-color: #3A745F;
}
.BgClassName
{
background-color: #3A745F;
}
</style>
border-color css
<style>
span { border-color: #3A745F; }
span { border-color: rgb(58,116,95); }
td.TdClassName
{
border-color: #3A745F;
}
.TagClassName
{
border-color: #3A745F;
}
</style>