Shades of Salem #088E3C
Tints of Salem #088E3C
RGB
CMYK
RGB Variations
Color information
#088E3C (or 0x088E3C) is known color: Salem. HEX triplet: 08, 8E and 3C. RGB value is (8,142,60). Sum of RGB (Red+Green+Blue) = 8+142+60=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #088E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E3C is #F771C3. Grayscale: #5C5C5C. Windows color (decimal): -16216516 or 3968520. OLE color: 3968520.
HSL color Cylindrical-coordinate representation of color #088E3C: hue angle of 143.28º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E3C is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 60 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.44 |
| HSL | 143.28º | 0.89% | 0.29% | - |
| HSV(B) | 143.28º | 0.94% | 0.56% | - |
| XYZ | 10.59 | 19.72 | 7.52 | - |
| YUV | 92.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 60 | 0.94 | 0 | 0.58 | 0.44 | 143.28 | 0.89 | 0.29 |
| Hex | 8 | 8E | 3C | 5E | 0 | 3A | 2C | 8F | 59 | 1D |
| Octal | 10 | 216 | 74 | 136 | 0 | 72 | 54 | 217 | 131 | 35 |
| Binary | 1000 | 10001110 | 111100 | 1011110 | 0 | 111010 | 101100 | 10001111 | 1011001 | 11101 |
Color Harmonies of #088E3C
Complementary color
Monochromatic Colors of #088E3C
Black with #088E3C
Text Example
Text Example
White with #088E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E3C; }
p { color: rgb(8,142,60); }
H1.HeaderClassName
{
color: #088E3C;
}
.AnyTagClassName
{
color: #088E3C;
}
</style>
background-color css
<style>
a { background-color: #088E3C; }
a { background-color: rgb(8,142,60); }
div.DivClassName
{
background-color: #088E3C;
}
.BgClassName
{
background-color: #088E3C;
}
</style>
border-color css
<style>
span { border-color: #088E3C; }
span { border-color: rgb(8,142,60); }
td.TdClassName
{
border-color: #088E3C;
}
.TagClassName
{
border-color: #088E3C;
}
</style>