Shades of Salem #00853E
Tints of Salem #00853E
RGB
CMYK
RGB Variations
Color information
#00853E (or 0x00853E) is known color: Salem. HEX triplet: 00, 85 and 3E. RGB value is (0,133,62). Sum of RGB (Red+Green+Blue) = 0+133+62=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #00853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00853E is #FF7AC1. Grayscale: #555555. Windows color (decimal): -16743106 or 4097280. OLE color: 4097280.
HSL color Cylindrical-coordinate representation of color #00853E: hue angle of 147.97º 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 #00853E is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 62 | - |
| CMYK | 1 | 0 | 0.53 | 0.48 |
| HSL | 147.97º | 1% | 0.26% | - |
| HSV(B) | 147.97º | 1% | 0.52% | - |
| XYZ | 9.26 | 17.12 | 7.37 | - |
| YUV | 85.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 62 | 1 | 0 | 0.53 | 0.48 | 147.97 | 1 | 0.26 |
| Hex | 0 | 85 | 3E | 64 | 0 | 35 | 30 | 94 | 64 | 1A |
| Octal | 0 | 205 | 76 | 144 | 0 | 65 | 60 | 224 | 144 | 32 |
| Binary | 0 | 10000101 | 111110 | 1100100 | 0 | 110101 | 110000 | 10010100 | 1100100 | 11010 |
Color Harmonies of #00853E
Complementary color
Monochromatic Colors of #00853E
Black with #00853E
Text Example
Text Example
White with #00853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00853E; }
p { color: rgb(0,133,62); }
H1.HeaderClassName
{
color: #00853E;
}
.AnyTagClassName
{
color: #00853E;
}
</style>
background-color css
<style>
a { background-color: #00853E; }
a { background-color: rgb(0,133,62); }
div.DivClassName
{
background-color: #00853E;
}
.BgClassName
{
background-color: #00853E;
}
</style>
border-color css
<style>
span { border-color: #00853E; }
span { border-color: rgb(0,133,62); }
td.TdClassName
{
border-color: #00853E;
}
.TagClassName
{
border-color: #00853E;
}
</style>