Shades of Salem #088144
Tints of Salem #088144
RGB
CMYK
RGB Variations
Color information
#088144 (or 0x088144) is known color: Salem. HEX triplet: 08, 81 and 44. RGB value is (8,129,68). Sum of RGB (Red+Green+Blue) = 8+129+68=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #088144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088144 is #F77EBB. Grayscale: #555555. Windows color (decimal): -16219836 or 4489480. OLE color: 4489480.
HSL color Cylindrical-coordinate representation of color #088144: hue angle of 149.75º 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 #088144 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 68 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.49 |
| HSL | 149.75º | 0.88% | 0.27% | - |
| HSV(B) | 149.75º | 0.94% | 0.51% | - |
| XYZ | 8.99 | 16.17 | 8.12 | - |
| YUV | 85.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 68 | 0.94 | 0 | 0.47 | 0.49 | 149.75 | 0.88 | 0.27 |
| Hex | 8 | 81 | 44 | 5E | 0 | 2F | 31 | 96 | 58 | 1B |
| Octal | 10 | 201 | 104 | 136 | 0 | 57 | 61 | 226 | 130 | 33 |
| Binary | 1000 | 10000001 | 1000100 | 1011110 | 0 | 101111 | 110001 | 10010110 | 1011000 | 11011 |
Color Harmonies of #088144
Complementary color
Monochromatic Colors of #088144
Black with #088144
Text Example
Text Example
White with #088144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088144; }
p { color: rgb(8,129,68); }
H1.HeaderClassName
{
color: #088144;
}
.AnyTagClassName
{
color: #088144;
}
</style>
background-color css
<style>
a { background-color: #088144; }
a { background-color: rgb(8,129,68); }
div.DivClassName
{
background-color: #088144;
}
.BgClassName
{
background-color: #088144;
}
</style>
border-color css
<style>
span { border-color: #088144; }
span { border-color: rgb(8,129,68); }
td.TdClassName
{
border-color: #088144;
}
.TagClassName
{
border-color: #088144;
}
</style>