Shades of Salem #01844B
Tints of Salem #01844B
RGB
CMYK
RGB Variations
Color information
#01844B (or 0x01844B) is known color: Salem. HEX triplet: 01, 84 and 4B. RGB value is (1,132,75). Sum of RGB (Red+Green+Blue) = 1+132+75=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #01844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01844B is #FE7BB4. Grayscale: #565656. Windows color (decimal): -16677813 or 4948993. OLE color: 4948993.
HSL color Cylindrical-coordinate representation of color #01844B: hue angle of 153.89º degrees, saturation: 0.98, 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 #01844B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 75 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.48 |
| HSL | 153.89º | 0.98% | 0.26% | - |
| HSV(B) | 153.89º | 0.99% | 0.52% | - |
| XYZ | 9.53 | 17.02 | 9.44 | - |
| YUV | 86.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 75 | 0.99 | 0 | 0.43 | 0.48 | 153.89 | 0.98 | 0.26 |
| Hex | 1 | 84 | 4B | 63 | 0 | 2B | 30 | 9A | 62 | 1A |
| Octal | 1 | 204 | 113 | 143 | 0 | 53 | 60 | 232 | 142 | 32 |
| Binary | 1 | 10000100 | 1001011 | 1100011 | 0 | 101011 | 110000 | 10011010 | 1100010 | 11010 |
Color Harmonies of #01844B
Complementary color
Monochromatic Colors of #01844B
Black with #01844B
Text Example
Text Example
White with #01844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01844B; }
p { color: rgb(1,132,75); }
H1.HeaderClassName
{
color: #01844B;
}
.AnyTagClassName
{
color: #01844B;
}
</style>
background-color css
<style>
a { background-color: #01844B; }
a { background-color: rgb(1,132,75); }
div.DivClassName
{
background-color: #01844B;
}
.BgClassName
{
background-color: #01844B;
}
</style>
border-color css
<style>
span { border-color: #01844B; }
span { border-color: rgb(1,132,75); }
td.TdClassName
{
border-color: #01844B;
}
.TagClassName
{
border-color: #01844B;
}
</style>