Shades of Stromboli #3A6F5B
Tints of Stromboli #3A6F5B
RGB
CMYK
RGB Variations
Color information
#3A6F5B (or 0x3A6F5B) is known color: Stromboli. HEX triplet: 3A, 6F and 5B. RGB value is (58,111,91). Sum of RGB (Red+Green+Blue) = 58+111+91=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F5B is #C590A4. Grayscale: #5C5C5C. Windows color (decimal): -12947621 or 5992250. OLE color: 5992250.
HSL color Cylindrical-coordinate representation of color #3A6F5B: hue angle of 157.36º 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 #3A6F5B is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 91 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.56 |
| HSL | 157.36º | 0.31% | 0.33% | - |
| HSV(B) | 157.36º | 0.48% | 0.44% | - |
| XYZ | 9.32 | 13.02 | 11.92 | - |
| YUV | 92.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 91 | 0.48 | 0 | 0.18 | 0.56 | 157.36 | 0.31 | 0.33 |
| Hex | 3A | 6F | 5B | 30 | 0 | 12 | 38 | 9D | 1F | 21 |
| Octal | 72 | 157 | 133 | 60 | 0 | 22 | 70 | 235 | 37 | 41 |
| Binary | 111010 | 1101111 | 1011011 | 110000 | 0 | 10010 | 111000 | 10011101 | 11111 | 100001 |
Color Harmonies of #3A6F5B
Complementary color
Monochromatic Colors of #3A6F5B
Black with #3A6F5B
Text Example
Text Example
White with #3A6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F5B; }
p { color: rgb(58,111,91); }
H1.HeaderClassName
{
color: #3A6F5B;
}
.AnyTagClassName
{
color: #3A6F5B;
}
</style>
background-color css
<style>
a { background-color: #3A6F5B; }
a { background-color: rgb(58,111,91); }
div.DivClassName
{
background-color: #3A6F5B;
}
.BgClassName
{
background-color: #3A6F5B;
}
</style>
border-color css
<style>
span { border-color: #3A6F5B; }
span { border-color: rgb(58,111,91); }
td.TdClassName
{
border-color: #3A6F5B;
}
.TagClassName
{
border-color: #3A6F5B;
}
</style>