Shades of Salem #00854D
Tints of Salem #00854D
RGB
CMYK
RGB Variations
Color information
#00854D (or 0x00854D) is known color: Salem. HEX triplet: 00, 85 and 4D. RGB value is (0,133,77). Sum of RGB (Red+Green+Blue) = 0+133+77=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #00854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00854D is #FF7AB2. Grayscale: #565656. Windows color (decimal): -16743091 or 5080320. OLE color: 5080320.
HSL color Cylindrical-coordinate representation of color #00854D: hue angle of 154.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00854D is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 77 | - |
| CMYK | 1 | 0 | 0.42 | 0.48 |
| HSL | 154.74º | 1% | 0.26% | - |
| HSV(B) | 154.74º | 1% | 0.52% | - |
| XYZ | 9.73 | 17.31 | 9.85 | - |
| YUV | 86.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 77 | 1 | 0 | 0.42 | 0.48 | 154.74 | 1 | 0.26 |
| Hex | 0 | 85 | 4D | 64 | 0 | 2A | 30 | 9B | 64 | 1A |
| Octal | 0 | 205 | 115 | 144 | 0 | 52 | 60 | 233 | 144 | 32 |
| Binary | 0 | 10000101 | 1001101 | 1100100 | 0 | 101010 | 110000 | 10011011 | 1100100 | 11010 |
Color Harmonies of #00854D
Complementary color
Monochromatic Colors of #00854D
Black with #00854D
Text Example
Text Example
White with #00854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00854D; }
p { color: rgb(0,133,77); }
H1.HeaderClassName
{
color: #00854D;
}
.AnyTagClassName
{
color: #00854D;
}
</style>
background-color css
<style>
a { background-color: #00854D; }
a { background-color: rgb(0,133,77); }
div.DivClassName
{
background-color: #00854D;
}
.BgClassName
{
background-color: #00854D;
}
</style>
border-color css
<style>
span { border-color: #00854D; }
span { border-color: rgb(0,133,77); }
td.TdClassName
{
border-color: #00854D;
}
.TagClassName
{
border-color: #00854D;
}
</style>