Shades of Salem #088A40
Tints of Salem #088A40
RGB
CMYK
RGB Variations
Color information
#088A40 (or 0x088A40) is known color: Salem. HEX triplet: 08, 8A and 40. RGB value is (8,138,64). Sum of RGB (Red+Green+Blue) = 8+138+64=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #088A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A40 is #F775BF. Grayscale: #5A5A5A. Windows color (decimal): -16217536 or 4229640. OLE color: 4229640.
HSL color Cylindrical-coordinate representation of color #088A40: hue angle of 145.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A40 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 64 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.46 |
| HSL | 145.85º | 0.89% | 0.29% | - |
| HSV(B) | 145.85º | 0.94% | 0.54% | - |
| XYZ | 10.11 | 18.6 | 7.91 | - |
| YUV | 90.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 64 | 0.94 | 0 | 0.54 | 0.46 | 145.85 | 0.89 | 0.29 |
| Hex | 8 | 8A | 40 | 5E | 0 | 36 | 2E | 92 | 59 | 1D |
| Octal | 10 | 212 | 100 | 136 | 0 | 66 | 56 | 222 | 131 | 35 |
| Binary | 1000 | 10001010 | 1000000 | 1011110 | 0 | 110110 | 101110 | 10010010 | 1011001 | 11101 |
Color Harmonies of #088A40
Complementary color
Monochromatic Colors of #088A40
Black with #088A40
Text Example
Text Example
White with #088A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A40; }
p { color: rgb(8,138,64); }
H1.HeaderClassName
{
color: #088A40;
}
.AnyTagClassName
{
color: #088A40;
}
</style>
background-color css
<style>
a { background-color: #088A40; }
a { background-color: rgb(8,138,64); }
div.DivClassName
{
background-color: #088A40;
}
.BgClassName
{
background-color: #088A40;
}
</style>
border-color css
<style>
span { border-color: #088A40; }
span { border-color: rgb(8,138,64); }
td.TdClassName
{
border-color: #088A40;
}
.TagClassName
{
border-color: #088A40;
}
</style>