Shades of Salem #00883F
Tints of Salem #00883F
RGB
CMYK
RGB Variations
Color information
#00883F (or 0x00883F) is known color: Salem. HEX triplet: 00, 88 and 3F. RGB value is (0,136,63). Sum of RGB (Red+Green+Blue) = 0+136+63=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #00883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00883F is #FF77C0. Grayscale: #575757. Windows color (decimal): -16742337 or 4163584. OLE color: 4163584.
HSL color Cylindrical-coordinate representation of color #00883F: hue angle of 147.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00883F is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 63 | - |
| CMYK | 1 | 0 | 0.54 | 0.47 |
| HSL | 147.79º | 1% | 0.27% | - |
| HSV(B) | 147.79º | 1% | 0.53% | - |
| XYZ | 9.7 | 17.97 | 7.66 | - |
| YUV | 87.01 | 114.44 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 63 | 1 | 0 | 0.54 | 0.47 | 147.79 | 1 | 0.27 |
| Hex | 0 | 88 | 3F | 64 | 0 | 36 | 2F | 94 | 64 | 1B |
| Octal | 0 | 210 | 77 | 144 | 0 | 66 | 57 | 224 | 144 | 33 |
| Binary | 0 | 10001000 | 111111 | 1100100 | 0 | 110110 | 101111 | 10010100 | 1100100 | 11011 |
Color Harmonies of #00883F
Complementary color
Monochromatic Colors of #00883F
Black with #00883F
Text Example
Text Example
White with #00883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00883F; }
p { color: rgb(0,136,63); }
H1.HeaderClassName
{
color: #00883F;
}
.AnyTagClassName
{
color: #00883F;
}
</style>
background-color css
<style>
a { background-color: #00883F; }
a { background-color: rgb(0,136,63); }
div.DivClassName
{
background-color: #00883F;
}
.BgClassName
{
background-color: #00883F;
}
</style>
border-color css
<style>
span { border-color: #00883F; }
span { border-color: rgb(0,136,63); }
td.TdClassName
{
border-color: #00883F;
}
.TagClassName
{
border-color: #00883F;
}
</style>