Shades of Stromboli #43705E
Tints of Stromboli #43705E
RGB
CMYK
RGB Variations
Color information
#43705E (or 0x43705E) is known color: Stromboli. HEX triplet: 43, 70 and 5E. RGB value is (67,112,94). Sum of RGB (Red+Green+Blue) = 67+112+94=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #43705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43705E is #BC8FA1. Grayscale: #606060. Windows color (decimal): -12357538 or 6189123. OLE color: 6189123.
HSL color Cylindrical-coordinate representation of color #43705E: hue angle of 156º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43705E is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 94 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.56 |
| HSL | 156º | 0.25% | 0.35% | - |
| HSV(B) | 156º | 0.4% | 0.44% | - |
| XYZ | 10.13 | 13.59 | 12.68 | - |
| YUV | 96.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 94 | 0.40 | 0 | 0.16 | 0.56 | 156 | 0.25 | 0.35 |
| Hex | 43 | 70 | 5E | 28 | 0 | 10 | 38 | 9C | 19 | 23 |
| Octal | 103 | 160 | 136 | 50 | 0 | 20 | 70 | 234 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1011110 | 101000 | 0 | 10000 | 111000 | 10011100 | 11001 | 100011 |
Color Harmonies of #43705E
Complementary color
Monochromatic Colors of #43705E
Black with #43705E
Text Example
Text Example
White with #43705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43705E; }
p { color: rgb(67,112,94); }
H1.HeaderClassName
{
color: #43705E;
}
.AnyTagClassName
{
color: #43705E;
}
</style>
background-color css
<style>
a { background-color: #43705E; }
a { background-color: rgb(67,112,94); }
div.DivClassName
{
background-color: #43705E;
}
.BgClassName
{
background-color: #43705E;
}
</style>
border-color css
<style>
span { border-color: #43705E; }
span { border-color: rgb(67,112,94); }
td.TdClassName
{
border-color: #43705E;
}
.TagClassName
{
border-color: #43705E;
}
</style>