Shades of Salem #01854B
Tints of Salem #01854B
RGB
CMYK
RGB Variations
Color information
#01854B (or 0x01854B) is known color: Salem. HEX triplet: 01, 85 and 4B. RGB value is (1,133,75). Sum of RGB (Red+Green+Blue) = 1+133+75=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #01854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01854B is #FE7AB4. Grayscale: #575757. Windows color (decimal): -16677557 or 4949249. OLE color: 4949249.
HSL color Cylindrical-coordinate representation of color #01854B: hue angle of 153.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01854B is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 75 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.48 |
| HSL | 153.64º | 0.99% | 0.26% | - |
| HSV(B) | 153.64º | 0.99% | 0.52% | - |
| XYZ | 9.67 | 17.29 | 9.48 | - |
| YUV | 86.92 | 121.27 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 75 | 0.99 | 0 | 0.44 | 0.48 | 153.64 | 0.99 | 0.26 |
| Hex | 1 | 85 | 4B | 63 | 0 | 2C | 30 | 9A | 63 | 1A |
| Octal | 1 | 205 | 113 | 143 | 0 | 54 | 60 | 232 | 143 | 32 |
| Binary | 1 | 10000101 | 1001011 | 1100011 | 0 | 101100 | 110000 | 10011010 | 1100011 | 11010 |
Color Harmonies of #01854B
Complementary color
Monochromatic Colors of #01854B
Black with #01854B
Text Example
Text Example
White with #01854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01854B; }
p { color: rgb(1,133,75); }
H1.HeaderClassName
{
color: #01854B;
}
.AnyTagClassName
{
color: #01854B;
}
</style>
background-color css
<style>
a { background-color: #01854B; }
a { background-color: rgb(1,133,75); }
div.DivClassName
{
background-color: #01854B;
}
.BgClassName
{
background-color: #01854B;
}
</style>
border-color css
<style>
span { border-color: #01854B; }
span { border-color: rgb(1,133,75); }
td.TdClassName
{
border-color: #01854B;
}
.TagClassName
{
border-color: #01854B;
}
</style>