Shades of Salem #088C4D
Tints of Salem #088C4D
RGB
CMYK
RGB Variations
Color information
#088C4D (or 0x088C4D) is known color: Salem. HEX triplet: 08, 8C and 4D. RGB value is (8,140,77). Sum of RGB (Red+Green+Blue) = 8+140+77=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #088C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088C4D is #F773B2. Grayscale: #5D5D5D. Windows color (decimal): -16217011 or 5082120. OLE color: 5082120.
HSL color Cylindrical-coordinate representation of color #088C4D: hue angle of 151.36º 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 #088C4D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 77 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.45 |
| HSL | 151.36º | 0.89% | 0.29% | - |
| HSV(B) | 151.36º | 0.94% | 0.55% | - |
| XYZ | 10.82 | 19.34 | 10.18 | - |
| YUV | 93.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 77 | 0.94 | 0 | 0.45 | 0.45 | 151.36 | 0.89 | 0.29 |
| Hex | 8 | 8C | 4D | 5E | 0 | 2D | 2D | 97 | 59 | 1D |
| Octal | 10 | 214 | 115 | 136 | 0 | 55 | 55 | 227 | 131 | 35 |
| Binary | 1000 | 10001100 | 1001101 | 1011110 | 0 | 101101 | 101101 | 10010111 | 1011001 | 11101 |
Color Harmonies of #088C4D
Complementary color
Monochromatic Colors of #088C4D
Black with #088C4D
Text Example
Text Example
White with #088C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C4D; }
p { color: rgb(8,140,77); }
H1.HeaderClassName
{
color: #088C4D;
}
.AnyTagClassName
{
color: #088C4D;
}
</style>
background-color css
<style>
a { background-color: #088C4D; }
a { background-color: rgb(8,140,77); }
div.DivClassName
{
background-color: #088C4D;
}
.BgClassName
{
background-color: #088C4D;
}
</style>
border-color css
<style>
span { border-color: #088C4D; }
span { border-color: rgb(8,140,77); }
td.TdClassName
{
border-color: #088C4D;
}
.TagClassName
{
border-color: #088C4D;
}
</style>