Shades of Stromboli #43705C
Tints of Stromboli #43705C
RGB
CMYK
RGB Variations
Color information
#43705C (or 0x43705C) is known color: Stromboli. HEX triplet: 43, 70 and 5C. RGB value is (67,112,92). Sum of RGB (Red+Green+Blue) = 67+112+92=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #43705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43705C is #BC8FA3. Grayscale: #606060. Windows color (decimal): -12357540 or 6058051. OLE color: 6058051.
HSL color Cylindrical-coordinate representation of color #43705C: hue angle of 153.33º 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 #43705C is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 92 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.56 |
| HSL | 153.33º | 0.25% | 0.35% | - |
| HSV(B) | 153.33º | 0.4% | 0.44% | - |
| XYZ | 10.04 | 13.55 | 12.21 | - |
| YUV | 96.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 92 | 0.40 | 0 | 0.18 | 0.56 | 153.33 | 0.25 | 0.35 |
| Hex | 43 | 70 | 5C | 28 | 0 | 12 | 38 | 99 | 19 | 23 |
| Octal | 103 | 160 | 134 | 50 | 0 | 22 | 70 | 231 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1011100 | 101000 | 0 | 10010 | 111000 | 10011001 | 11001 | 100011 |
Color Harmonies of #43705C
Complementary color
Monochromatic Colors of #43705C
Black with #43705C
Text Example
Text Example
White with #43705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43705C; }
p { color: rgb(67,112,92); }
H1.HeaderClassName
{
color: #43705C;
}
.AnyTagClassName
{
color: #43705C;
}
</style>
background-color css
<style>
a { background-color: #43705C; }
a { background-color: rgb(67,112,92); }
div.DivClassName
{
background-color: #43705C;
}
.BgClassName
{
background-color: #43705C;
}
</style>
border-color css
<style>
span { border-color: #43705C; }
span { border-color: rgb(67,112,92); }
td.TdClassName
{
border-color: #43705C;
}
.TagClassName
{
border-color: #43705C;
}
</style>