Shades of Salem #088844
Tints of Salem #088844
RGB
CMYK
RGB Variations
Color information
#088844 (or 0x088844) is known color: Salem. HEX triplet: 08, 88 and 44. RGB value is (8,136,68). Sum of RGB (Red+Green+Blue) = 8+136+68=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #088844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088844 is #F777BB. Grayscale: #5A5A5A. Windows color (decimal): -16218044 or 4491272. OLE color: 4491272.
HSL color Cylindrical-coordinate representation of color #088844: hue angle of 148.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088844 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 68 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.47 |
| HSL | 148.13º | 0.89% | 0.28% | - |
| HSV(B) | 148.13º | 0.94% | 0.53% | - |
| XYZ | 9.95 | 18.08 | 8.43 | - |
| YUV | 89.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 68 | 0.94 | 0 | 0.50 | 0.47 | 148.13 | 0.89 | 0.28 |
| Hex | 8 | 88 | 44 | 5E | 0 | 32 | 2F | 94 | 59 | 1C |
| Octal | 10 | 210 | 104 | 136 | 0 | 62 | 57 | 224 | 131 | 34 |
| Binary | 1000 | 10001000 | 1000100 | 1011110 | 0 | 110010 | 101111 | 10010100 | 1011001 | 11100 |
Color Harmonies of #088844
Complementary color
Monochromatic Colors of #088844
Black with #088844
Text Example
Text Example
White with #088844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088844; }
p { color: rgb(8,136,68); }
H1.HeaderClassName
{
color: #088844;
}
.AnyTagClassName
{
color: #088844;
}
</style>
background-color css
<style>
a { background-color: #088844; }
a { background-color: rgb(8,136,68); }
div.DivClassName
{
background-color: #088844;
}
.BgClassName
{
background-color: #088844;
}
</style>
border-color css
<style>
span { border-color: #088844; }
span { border-color: rgb(8,136,68); }
td.TdClassName
{
border-color: #088844;
}
.TagClassName
{
border-color: #088844;
}
</style>