Shades of Salem #088E47
Tints of Salem #088E47
RGB
CMYK
RGB Variations
Color information
#088E47 (or 0x088E47) is known color: Salem. HEX triplet: 08, 8E and 47. RGB value is (8,142,71). Sum of RGB (Red+Green+Blue) = 8+142+71=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #088E47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E47 is #F771B8. Grayscale: #5D5D5D. Windows color (decimal): -16216505 or 4689416. OLE color: 4689416.
HSL color Cylindrical-coordinate representation of color #088E47: hue angle of 148.21º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E47 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 71 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.44 |
| HSL | 148.21º | 0.89% | 0.29% | - |
| HSV(B) | 148.21º | 0.94% | 0.56% | - |
| XYZ | 10.91 | 19.85 | 9.22 | - |
| YUV | 93.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 71 | 0.94 | 0 | 0.5 | 0.44 | 148.21 | 0.89 | 0.29 |
| Hex | 8 | 8E | 47 | 5E | 0 | 32 | 2C | 94 | 59 | 1D |
| Octal | 10 | 216 | 107 | 136 | 0 | 62 | 54 | 224 | 131 | 35 |
| Binary | 1000 | 10001110 | 1000111 | 1011110 | 0 | 110010 | 101100 | 10010100 | 1011001 | 11101 |
Color Harmonies of #088E47
Complementary color
Monochromatic Colors of #088E47
Black with #088E47
Text Example
Text Example
White with #088E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E47; }
p { color: rgb(8,142,71); }
H1.HeaderClassName
{
color: #088E47;
}
.AnyTagClassName
{
color: #088E47;
}
</style>
background-color css
<style>
a { background-color: #088E47; }
a { background-color: rgb(8,142,71); }
div.DivClassName
{
background-color: #088E47;
}
.BgClassName
{
background-color: #088E47;
}
</style>
border-color css
<style>
span { border-color: #088E47; }
span { border-color: rgb(8,142,71); }
td.TdClassName
{
border-color: #088E47;
}
.TagClassName
{
border-color: #088E47;
}
</style>