Shades of Salem #088043
Tints of Salem #088043
RGB
CMYK
RGB Variations
Color information
#088043 (or 0x088043) is known color: Salem. HEX triplet: 08, 80 and 43. RGB value is (8,128,67). Sum of RGB (Red+Green+Blue) = 8+128+67=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #088043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088043 is #F77FBC. Grayscale: #555555. Windows color (decimal): -16220093 or 4423688. OLE color: 4423688.
HSL color Cylindrical-coordinate representation of color #088043: hue angle of 149.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088043 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 67 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.50 |
| HSL | 149.5º | 0.88% | 0.27% | - |
| HSV(B) | 149.5º | 0.94% | 0.5% | - |
| XYZ | 8.83 | 15.9 | 7.91 | - |
| YUV | 85.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 67 | 0.94 | 0 | 0.48 | 0.50 | 149.5 | 0.88 | 0.27 |
| Hex | 8 | 80 | 43 | 5E | 0 | 30 | 32 | 96 | 58 | 1B |
| Octal | 10 | 200 | 103 | 136 | 0 | 60 | 62 | 226 | 130 | 33 |
| Binary | 1000 | 10000000 | 1000011 | 1011110 | 0 | 110000 | 110010 | 10010110 | 1011000 | 11011 |
Color Harmonies of #088043
Complementary color
Monochromatic Colors of #088043
Black with #088043
Text Example
Text Example
White with #088043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088043; }
p { color: rgb(8,128,67); }
H1.HeaderClassName
{
color: #088043;
}
.AnyTagClassName
{
color: #088043;
}
</style>
background-color css
<style>
a { background-color: #088043; }
a { background-color: rgb(8,128,67); }
div.DivClassName
{
background-color: #088043;
}
.BgClassName
{
background-color: #088043;
}
</style>
border-color css
<style>
span { border-color: #088043; }
span { border-color: rgb(8,128,67); }
td.TdClassName
{
border-color: #088043;
}
.TagClassName
{
border-color: #088043;
}
</style>