Shades of Salem #088D44
Tints of Salem #088D44
RGB
CMYK
RGB Variations
Color information
#088D44 (or 0x088D44) is known color: Salem. HEX triplet: 08, 8D and 44. RGB value is (8,141,68). Sum of RGB (Red+Green+Blue) = 8+141+68=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #088D44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088D44 is #F772BB. Grayscale: #5D5D5D. Windows color (decimal): -16216764 or 4492552. OLE color: 4492552.
HSL color Cylindrical-coordinate representation of color #088D44: hue angle of 147.07º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D44 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 68 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.45 |
| HSL | 147.07º | 0.89% | 0.29% | - |
| HSV(B) | 147.07º | 0.94% | 0.55% | - |
| XYZ | 10.67 | 19.52 | 8.67 | - |
| YUV | 92.91 | 113.94 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 68 | 0.94 | 0 | 0.52 | 0.45 | 147.07 | 0.89 | 0.29 |
| Hex | 8 | 8D | 44 | 5E | 0 | 34 | 2D | 93 | 59 | 1D |
| Octal | 10 | 215 | 104 | 136 | 0 | 64 | 55 | 223 | 131 | 35 |
| Binary | 1000 | 10001101 | 1000100 | 1011110 | 0 | 110100 | 101101 | 10010011 | 1011001 | 11101 |
Color Harmonies of #088D44
Complementary color
Monochromatic Colors of #088D44
Black with #088D44
Text Example
Text Example
White with #088D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D44; }
p { color: rgb(8,141,68); }
H1.HeaderClassName
{
color: #088D44;
}
.AnyTagClassName
{
color: #088D44;
}
</style>
background-color css
<style>
a { background-color: #088D44; }
a { background-color: rgb(8,141,68); }
div.DivClassName
{
background-color: #088D44;
}
.BgClassName
{
background-color: #088D44;
}
</style>
border-color css
<style>
span { border-color: #088D44; }
span { border-color: rgb(8,141,68); }
td.TdClassName
{
border-color: #088D44;
}
.TagClassName
{
border-color: #088D44;
}
</style>