Shades of Salem #088246
Tints of Salem #088246
RGB
CMYK
RGB Variations
Color information
#088246 (or 0x088246) is known color: Salem. HEX triplet: 08, 82 and 46. RGB value is (8,130,70). Sum of RGB (Red+Green+Blue) = 8+130+70=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #088246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088246 is #F77DB9. Grayscale: #565656. Windows color (decimal): -16219578 or 4620808. OLE color: 4620808.
HSL color Cylindrical-coordinate representation of color #088246: hue angle of 150.49º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088246 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 70 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.49 |
| HSL | 150.49º | 0.88% | 0.27% | - |
| HSV(B) | 150.49º | 0.94% | 0.51% | - |
| XYZ | 9.19 | 16.46 | 8.49 | - |
| YUV | 86.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 70 | 0.94 | 0 | 0.46 | 0.49 | 150.49 | 0.88 | 0.27 |
| Hex | 8 | 82 | 46 | 5E | 0 | 2E | 31 | 96 | 58 | 1B |
| Octal | 10 | 202 | 106 | 136 | 0 | 56 | 61 | 226 | 130 | 33 |
| Binary | 1000 | 10000010 | 1000110 | 1011110 | 0 | 101110 | 110001 | 10010110 | 1011000 | 11011 |
Color Harmonies of #088246
Complementary color
Monochromatic Colors of #088246
Black with #088246
Text Example
Text Example
White with #088246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088246; }
p { color: rgb(8,130,70); }
H1.HeaderClassName
{
color: #088246;
}
.AnyTagClassName
{
color: #088246;
}
</style>
background-color css
<style>
a { background-color: #088246; }
a { background-color: rgb(8,130,70); }
div.DivClassName
{
background-color: #088246;
}
.BgClassName
{
background-color: #088246;
}
</style>
border-color css
<style>
span { border-color: #088246; }
span { border-color: rgb(8,130,70); }
td.TdClassName
{
border-color: #088246;
}
.TagClassName
{
border-color: #088246;
}
</style>