Shades of Salem #088049
Tints of Salem #088049
RGB
CMYK
RGB Variations
Color information
#088049 (or 0x088049) is known color: Salem. HEX triplet: 08, 80 and 49. RGB value is (8,128,73). Sum of RGB (Red+Green+Blue) = 8+128+73=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #088049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088049 is #F77FB6. Grayscale: #555555. Windows color (decimal): -16220087 or 4816904. OLE color: 4816904.
HSL color Cylindrical-coordinate representation of color #088049: hue angle of 152.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 #088049 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 73 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.50 |
| HSL | 152.5º | 0.88% | 0.27% | - |
| HSV(B) | 152.5º | 0.94% | 0.5% | - |
| XYZ | 9.02 | 15.97 | 8.91 | - |
| YUV | 85.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 73 | 0.94 | 0 | 0.43 | 0.50 | 152.5 | 0.88 | 0.27 |
| Hex | 8 | 80 | 49 | 5E | 0 | 2B | 32 | 98 | 58 | 1B |
| Octal | 10 | 200 | 111 | 136 | 0 | 53 | 62 | 230 | 130 | 33 |
| Binary | 1000 | 10000000 | 1001001 | 1011110 | 0 | 101011 | 110010 | 10011000 | 1011000 | 11011 |
Color Harmonies of #088049
Complementary color
Monochromatic Colors of #088049
Black with #088049
Text Example
Text Example
White with #088049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088049; }
p { color: rgb(8,128,73); }
H1.HeaderClassName
{
color: #088049;
}
.AnyTagClassName
{
color: #088049;
}
</style>
background-color css
<style>
a { background-color: #088049; }
a { background-color: rgb(8,128,73); }
div.DivClassName
{
background-color: #088049;
}
.BgClassName
{
background-color: #088049;
}
</style>
border-color css
<style>
span { border-color: #088049; }
span { border-color: rgb(8,128,73); }
td.TdClassName
{
border-color: #088049;
}
.TagClassName
{
border-color: #088049;
}
</style>