Shades of Stromboli #3A705A
Tints of Stromboli #3A705A
RGB
CMYK
RGB Variations
Color information
#3A705A (or 0x3A705A) is known color: Stromboli. HEX triplet: 3A, 70 and 5A. RGB value is (58,112,90). Sum of RGB (Red+Green+Blue) = 58+112+90=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705A is #C58FA5. Grayscale: #5D5D5D. Windows color (decimal): -12947366 or 5926970. OLE color: 5926970.
HSL color Cylindrical-coordinate representation of color #3A705A: hue angle of 155.56º degrees, saturation: 0.32, 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 #3A705A is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 90 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.56 |
| HSL | 155.56º | 0.32% | 0.33% | - |
| HSV(B) | 155.56º | 0.48% | 0.44% | - |
| XYZ | 9.38 | 13.23 | 11.73 | - |
| YUV | 93.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 90 | 0.48 | 0 | 0.20 | 0.56 | 155.56 | 0.32 | 0.33 |
| Hex | 3A | 70 | 5A | 30 | 0 | 14 | 38 | 9C | 20 | 21 |
| Octal | 72 | 160 | 132 | 60 | 0 | 24 | 70 | 234 | 40 | 41 |
| Binary | 111010 | 1110000 | 1011010 | 110000 | 0 | 10100 | 111000 | 10011100 | 100000 | 100001 |
Color Harmonies of #3A705A
Complementary color
Monochromatic Colors of #3A705A
Black with #3A705A
Text Example
Text Example
White with #3A705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A705A; }
p { color: rgb(58,112,90); }
H1.HeaderClassName
{
color: #3A705A;
}
.AnyTagClassName
{
color: #3A705A;
}
</style>
background-color css
<style>
a { background-color: #3A705A; }
a { background-color: rgb(58,112,90); }
div.DivClassName
{
background-color: #3A705A;
}
.BgClassName
{
background-color: #3A705A;
}
</style>
border-color css
<style>
span { border-color: #3A705A; }
span { border-color: rgb(58,112,90); }
td.TdClassName
{
border-color: #3A705A;
}
.TagClassName
{
border-color: #3A705A;
}
</style>