Shades of Salem #088D47
Tints of Salem #088D47
RGB
CMYK
RGB Variations
Color information
#088D47 (or 0x088D47) is known color: Salem. HEX triplet: 08, 8D and 47. RGB value is (8,141,71). Sum of RGB (Red+Green+Blue) = 8+141+71=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #088D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088D47 is #F772B8. Grayscale: #5D5D5D. Windows color (decimal): -16216761 or 4689160. OLE color: 4689160.
HSL color Cylindrical-coordinate representation of color #088D47: hue angle of 148.42º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D47 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 71 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.45 |
| HSL | 148.42º | 0.89% | 0.29% | - |
| HSV(B) | 148.42º | 0.94% | 0.55% | - |
| XYZ | 10.76 | 19.56 | 9.17 | - |
| YUV | 93.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 71 | 0.94 | 0 | 0.50 | 0.45 | 148.42 | 0.89 | 0.29 |
| Hex | 8 | 8D | 47 | 5E | 0 | 32 | 2D | 94 | 59 | 1D |
| Octal | 10 | 215 | 107 | 136 | 0 | 62 | 55 | 224 | 131 | 35 |
| Binary | 1000 | 10001101 | 1000111 | 1011110 | 0 | 110010 | 101101 | 10010100 | 1011001 | 11101 |
Color Harmonies of #088D47
Complementary color
Monochromatic Colors of #088D47
Black with #088D47
Text Example
Text Example
White with #088D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D47; }
p { color: rgb(8,141,71); }
H1.HeaderClassName
{
color: #088D47;
}
.AnyTagClassName
{
color: #088D47;
}
</style>
background-color css
<style>
a { background-color: #088D47; }
a { background-color: rgb(8,141,71); }
div.DivClassName
{
background-color: #088D47;
}
.BgClassName
{
background-color: #088D47;
}
</style>
border-color css
<style>
span { border-color: #088D47; }
span { border-color: rgb(8,141,71); }
td.TdClassName
{
border-color: #088D47;
}
.TagClassName
{
border-color: #088D47;
}
</style>