Shades of Salem #088A39
Tints of Salem #088A39
RGB
CMYK
RGB Variations
Color information
#088A39 (or 0x088A39) is known color: Salem. HEX triplet: 08, 8A and 39. RGB value is (8,138,57). Sum of RGB (Red+Green+Blue) = 8+138+57=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #088A39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A39 is #F775C6. Grayscale: #5A5A5A. Windows color (decimal): -16217543 or 3770888. OLE color: 3770888.
HSL color Cylindrical-coordinate representation of color #088A39: hue angle of 142.62º 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 #088A39 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 57 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.46 |
| HSL | 142.62º | 0.89% | 0.29% | - |
| HSV(B) | 142.62º | 0.94% | 0.54% | - |
| XYZ | 9.93 | 18.52 | 6.92 | - |
| YUV | 89.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 57 | 0.94 | 0 | 0.59 | 0.46 | 142.62 | 0.89 | 0.29 |
| Hex | 8 | 8A | 39 | 5E | 0 | 3B | 2E | 8F | 59 | 1D |
| Octal | 10 | 212 | 71 | 136 | 0 | 73 | 56 | 217 | 131 | 35 |
| Binary | 1000 | 10001010 | 111001 | 1011110 | 0 | 111011 | 101110 | 10001111 | 1011001 | 11101 |
Color Harmonies of #088A39
Complementary color
Monochromatic Colors of #088A39
Black with #088A39
Text Example
Text Example
White with #088A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A39; }
p { color: rgb(8,138,57); }
H1.HeaderClassName
{
color: #088A39;
}
.AnyTagClassName
{
color: #088A39;
}
</style>
background-color css
<style>
a { background-color: #088A39; }
a { background-color: rgb(8,138,57); }
div.DivClassName
{
background-color: #088A39;
}
.BgClassName
{
background-color: #088A39;
}
</style>
border-color css
<style>
span { border-color: #088A39; }
span { border-color: rgb(8,138,57); }
td.TdClassName
{
border-color: #088A39;
}
.TagClassName
{
border-color: #088A39;
}
</style>