Shades of Salem #01873A
Tints of Salem #01873A
RGB
CMYK
RGB Variations
Color information
#01873A (or 0x01873A) is known color: Salem. HEX triplet: 01, 87 and 3A. RGB value is (1,135,58). Sum of RGB (Red+Green+Blue) = 1+135+58=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #01873A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01873A is #FE78C5. Grayscale: #565656. Windows color (decimal): -16677062 or 3835649. OLE color: 3835649.
HSL color Cylindrical-coordinate representation of color #01873A: hue angle of 145.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01873A is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 58 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.47 |
| HSL | 145.52º | 0.99% | 0.27% | - |
| HSV(B) | 145.52º | 0.99% | 0.53% | - |
| XYZ | 9.44 | 17.64 | 6.91 | - |
| YUV | 86.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 58 | 0.99 | 0 | 0.57 | 0.47 | 145.52 | 0.99 | 0.27 |
| Hex | 1 | 87 | 3A | 63 | 0 | 39 | 2F | 92 | 63 | 1B |
| Octal | 1 | 207 | 72 | 143 | 0 | 71 | 57 | 222 | 143 | 33 |
| Binary | 1 | 10000111 | 111010 | 1100011 | 0 | 111001 | 101111 | 10010010 | 1100011 | 11011 |
Color Harmonies of #01873A
Complementary color
Monochromatic Colors of #01873A
Black with #01873A
Text Example
Text Example
White with #01873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01873A; }
p { color: rgb(1,135,58); }
H1.HeaderClassName
{
color: #01873A;
}
.AnyTagClassName
{
color: #01873A;
}
</style>
background-color css
<style>
a { background-color: #01873A; }
a { background-color: rgb(1,135,58); }
div.DivClassName
{
background-color: #01873A;
}
.BgClassName
{
background-color: #01873A;
}
</style>
border-color css
<style>
span { border-color: #01873A; }
span { border-color: rgb(1,135,58); }
td.TdClassName
{
border-color: #01873A;
}
.TagClassName
{
border-color: #01873A;
}
</style>