Shades of Salem #008A44
Tints of Salem #008A44
RGB
CMYK
RGB Variations
Color information
#008A44 (or 0x008A44) is known color: Salem. HEX triplet: 00, 8A and 44. RGB value is (0,138,68). Sum of RGB (Red+Green+Blue) = 0+138+68=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #008A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A44 is #FF75BB. Grayscale: #585858. Windows color (decimal): -16741820 or 4491776. OLE color: 4491776.
HSL color Cylindrical-coordinate representation of color #008A44: hue angle of 149.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A44 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 68 | - |
| CMYK | 1 | 0 | 0.51 | 0.46 |
| HSL | 149.57º | 1% | 0.27% | - |
| HSV(B) | 149.57º | 1% | 0.54% | - |
| XYZ | 10.13 | 18.59 | 8.52 | - |
| YUV | 88.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 68 | 1 | 0 | 0.51 | 0.46 | 149.57 | 1 | 0.27 |
| Hex | 0 | 8A | 44 | 64 | 0 | 33 | 2E | 96 | 64 | 1B |
| Octal | 0 | 212 | 104 | 144 | 0 | 63 | 56 | 226 | 144 | 33 |
| Binary | 0 | 10001010 | 1000100 | 1100100 | 0 | 110011 | 101110 | 10010110 | 1100100 | 11011 |
Color Harmonies of #008A44
Complementary color
Monochromatic Colors of #008A44
Black with #008A44
Text Example
Text Example
White with #008A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A44; }
p { color: rgb(0,138,68); }
H1.HeaderClassName
{
color: #008A44;
}
.AnyTagClassName
{
color: #008A44;
}
</style>
background-color css
<style>
a { background-color: #008A44; }
a { background-color: rgb(0,138,68); }
div.DivClassName
{
background-color: #008A44;
}
.BgClassName
{
background-color: #008A44;
}
</style>
border-color css
<style>
span { border-color: #008A44; }
span { border-color: rgb(0,138,68); }
td.TdClassName
{
border-color: #008A44;
}
.TagClassName
{
border-color: #008A44;
}
</style>