Shades of Salem #01844A
Tints of Salem #01844A
RGB
CMYK
RGB Variations
Color information
#01844A (or 0x01844A) is known color: Salem. HEX triplet: 01, 84 and 4A. RGB value is (1,132,74). Sum of RGB (Red+Green+Blue) = 1+132+74=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #01844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01844A is #FE7BB5. Grayscale: #565656. Windows color (decimal): -16677814 or 4883457. OLE color: 4883457.
HSL color Cylindrical-coordinate representation of color #01844A: hue angle of 153.44º 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 #01844A is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 74 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.48 |
| HSL | 153.44º | 0.98% | 0.26% | - |
| HSV(B) | 153.44º | 0.99% | 0.52% | - |
| XYZ | 9.5 | 17 | 9.26 | - |
| YUV | 86.22 | 121.1 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 74 | 0.99 | 0 | 0.44 | 0.48 | 153.44 | 0.98 | 0.26 |
| Hex | 1 | 84 | 4A | 63 | 0 | 2C | 30 | 99 | 62 | 1A |
| Octal | 1 | 204 | 112 | 143 | 0 | 54 | 60 | 231 | 142 | 32 |
| Binary | 1 | 10000100 | 1001010 | 1100011 | 0 | 101100 | 110000 | 10011001 | 1100010 | 11010 |
Color Harmonies of #01844A
Complementary color
Monochromatic Colors of #01844A
Black with #01844A
Text Example
Text Example
White with #01844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01844A; }
p { color: rgb(1,132,74); }
H1.HeaderClassName
{
color: #01844A;
}
.AnyTagClassName
{
color: #01844A;
}
</style>
background-color css
<style>
a { background-color: #01844A; }
a { background-color: rgb(1,132,74); }
div.DivClassName
{
background-color: #01844A;
}
.BgClassName
{
background-color: #01844A;
}
</style>
border-color css
<style>
span { border-color: #01844A; }
span { border-color: rgb(1,132,74); }
td.TdClassName
{
border-color: #01844A;
}
.TagClassName
{
border-color: #01844A;
}
</style>