Shades of Salem #088944
Tints of Salem #088944
RGB
CMYK
RGB Variations
Color information
#088944 (or 0x088944) is known color: Salem. HEX triplet: 08, 89 and 44. RGB value is (8,137,68). Sum of RGB (Red+Green+Blue) = 8+137+68=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #088944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088944 is #F776BB. Grayscale: #5A5A5A. Windows color (decimal): -16217788 or 4491528. OLE color: 4491528.
HSL color Cylindrical-coordinate representation of color #088944: hue angle of 147.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088944 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 68 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.46 |
| HSL | 147.91º | 0.89% | 0.28% | - |
| HSV(B) | 147.91º | 0.94% | 0.54% | - |
| XYZ | 10.09 | 18.36 | 8.48 | - |
| YUV | 90.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 68 | 0.94 | 0 | 0.50 | 0.46 | 147.91 | 0.89 | 0.28 |
| Hex | 8 | 89 | 44 | 5E | 0 | 32 | 2E | 94 | 59 | 1C |
| Octal | 10 | 211 | 104 | 136 | 0 | 62 | 56 | 224 | 131 | 34 |
| Binary | 1000 | 10001001 | 1000100 | 1011110 | 0 | 110010 | 101110 | 10010100 | 1011001 | 11100 |
Color Harmonies of #088944
Complementary color
Monochromatic Colors of #088944
Black with #088944
Text Example
Text Example
White with #088944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088944; }
p { color: rgb(8,137,68); }
H1.HeaderClassName
{
color: #088944;
}
.AnyTagClassName
{
color: #088944;
}
</style>
background-color css
<style>
a { background-color: #088944; }
a { background-color: rgb(8,137,68); }
div.DivClassName
{
background-color: #088944;
}
.BgClassName
{
background-color: #088944;
}
</style>
border-color css
<style>
span { border-color: #088944; }
span { border-color: rgb(8,137,68); }
td.TdClassName
{
border-color: #088944;
}
.TagClassName
{
border-color: #088944;
}
</style>