Shades of Salem #088B49
Tints of Salem #088B49
RGB
CMYK
RGB Variations
Color information
#088B49 (or 0x088B49) is known color: Salem. HEX triplet: 08, 8B and 49. RGB value is (8,139,73). Sum of RGB (Red+Green+Blue) = 8+139+73=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #088B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B49 is #F774B6. Grayscale: #5C5C5C. Windows color (decimal): -16217271 or 4819720. OLE color: 4819720.
HSL color Cylindrical-coordinate representation of color #088B49: hue angle of 149.77º 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 #088B49 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 73 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.45 |
| HSL | 149.77º | 0.89% | 0.29% | - |
| HSV(B) | 149.77º | 0.94% | 0.55% | - |
| XYZ | 10.54 | 19 | 9.42 | - |
| YUV | 92.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 73 | 0.94 | 0 | 0.47 | 0.45 | 149.77 | 0.89 | 0.29 |
| Hex | 8 | 8B | 49 | 5E | 0 | 2F | 2D | 96 | 59 | 1D |
| Octal | 10 | 213 | 111 | 136 | 0 | 57 | 55 | 226 | 131 | 35 |
| Binary | 1000 | 10001011 | 1001001 | 1011110 | 0 | 101111 | 101101 | 10010110 | 1011001 | 11101 |
Color Harmonies of #088B49
Complementary color
Monochromatic Colors of #088B49
Black with #088B49
Text Example
Text Example
White with #088B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B49; }
p { color: rgb(8,139,73); }
H1.HeaderClassName
{
color: #088B49;
}
.AnyTagClassName
{
color: #088B49;
}
</style>
background-color css
<style>
a { background-color: #088B49; }
a { background-color: rgb(8,139,73); }
div.DivClassName
{
background-color: #088B49;
}
.BgClassName
{
background-color: #088B49;
}
</style>
border-color css
<style>
span { border-color: #088B49; }
span { border-color: rgb(8,139,73); }
td.TdClassName
{
border-color: #088B49;
}
.TagClassName
{
border-color: #088B49;
}
</style>