Shades of Salem #008938
Tints of Salem #008938
RGB
CMYK
RGB Variations
Color information
#008938 (or 0x008938) is known color: Salem. HEX triplet: 00, 89 and 38. RGB value is (0,137,56). Sum of RGB (Red+Green+Blue) = 0+137+56=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #008938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008938 is #FF76C7. Grayscale: #565656. Windows color (decimal): -16742088 or 3705088. OLE color: 3705088.
HSL color Cylindrical-coordinate representation of color #008938: hue angle of 144.53º 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 #008938 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 56 | - |
| CMYK | 1 | 0 | 0.59 | 0.46 |
| HSL | 144.53º | 1% | 0.27% | - |
| HSV(B) | 144.53º | 1% | 0.54% | - |
| XYZ | 9.66 | 18.18 | 6.74 | - |
| YUV | 86.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 56 | 1 | 0 | 0.59 | 0.46 | 144.53 | 1 | 0.27 |
| Hex | 0 | 89 | 38 | 64 | 0 | 3B | 2E | 91 | 64 | 1B |
| Octal | 0 | 211 | 70 | 144 | 0 | 73 | 56 | 221 | 144 | 33 |
| Binary | 0 | 10001001 | 111000 | 1100100 | 0 | 111011 | 101110 | 10010001 | 1100100 | 11011 |
Color Harmonies of #008938
Complementary color
Monochromatic Colors of #008938
Black with #008938
Text Example
Text Example
White with #008938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008938; }
p { color: rgb(0,137,56); }
H1.HeaderClassName
{
color: #008938;
}
.AnyTagClassName
{
color: #008938;
}
</style>
background-color css
<style>
a { background-color: #008938; }
a { background-color: rgb(0,137,56); }
div.DivClassName
{
background-color: #008938;
}
.BgClassName
{
background-color: #008938;
}
</style>
border-color css
<style>
span { border-color: #008938; }
span { border-color: rgb(0,137,56); }
td.TdClassName
{
border-color: #008938;
}
.TagClassName
{
border-color: #008938;
}
</style>