Shades of Salem #01864F
Tints of Salem #01864F
RGB
CMYK
RGB Variations
Color information
#01864F (or 0x01864F) is known color: Salem. HEX triplet: 01, 86 and 4F. RGB value is (1,134,79). Sum of RGB (Red+Green+Blue) = 1+134+79=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #01864F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01864F is #FE79B0. Grayscale: #585858. Windows color (decimal): -16677297 or 5211649. OLE color: 5211649.
HSL color Cylindrical-coordinate representation of color #01864F: hue angle of 155.19º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01864F is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 79 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.47 |
| HSL | 155.19º | 0.99% | 0.26% | - |
| HSV(B) | 155.19º | 0.99% | 0.53% | - |
| XYZ | 9.95 | 17.62 | 10.27 | - |
| YUV | 87.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 79 | 0.99 | 0 | 0.41 | 0.47 | 155.19 | 0.99 | 0.26 |
| Hex | 1 | 86 | 4F | 63 | 0 | 29 | 2F | 9B | 63 | 1A |
| Octal | 1 | 206 | 117 | 143 | 0 | 51 | 57 | 233 | 143 | 32 |
| Binary | 1 | 10000110 | 1001111 | 1100011 | 0 | 101001 | 101111 | 10011011 | 1100011 | 11010 |
Color Harmonies of #01864F
Complementary color
Monochromatic Colors of #01864F
Black with #01864F
Text Example
Text Example
White with #01864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01864F; }
p { color: rgb(1,134,79); }
H1.HeaderClassName
{
color: #01864F;
}
.AnyTagClassName
{
color: #01864F;
}
</style>
background-color css
<style>
a { background-color: #01864F; }
a { background-color: rgb(1,134,79); }
div.DivClassName
{
background-color: #01864F;
}
.BgClassName
{
background-color: #01864F;
}
</style>
border-color css
<style>
span { border-color: #01864F; }
span { border-color: rgb(1,134,79); }
td.TdClassName
{
border-color: #01864F;
}
.TagClassName
{
border-color: #01864F;
}
</style>