Shades of Salem #01844C
Tints of Salem #01844C
RGB
CMYK
RGB Variations
Color information
#01844C (or 0x01844C) is known color: Salem. HEX triplet: 01, 84 and 4C. RGB value is (1,132,76). Sum of RGB (Red+Green+Blue) = 1+132+76=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #01844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01844C is #FE7BB3. Grayscale: #565656. Windows color (decimal): -16677812 or 5014529. OLE color: 5014529.
HSL color Cylindrical-coordinate representation of color #01844C: hue angle of 154.35º 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 #01844C is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 76 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.48 |
| HSL | 154.35º | 0.98% | 0.26% | - |
| HSV(B) | 154.35º | 0.99% | 0.52% | - |
| XYZ | 9.57 | 17.03 | 9.62 | - |
| YUV | 86.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 76 | 0.99 | 0 | 0.42 | 0.48 | 154.35 | 0.98 | 0.26 |
| Hex | 1 | 84 | 4C | 63 | 0 | 2A | 30 | 9A | 62 | 1A |
| Octal | 1 | 204 | 114 | 143 | 0 | 52 | 60 | 232 | 142 | 32 |
| Binary | 1 | 10000100 | 1001100 | 1100011 | 0 | 101010 | 110000 | 10011010 | 1100010 | 11010 |
Color Harmonies of #01844C
Complementary color
Monochromatic Colors of #01844C
Black with #01844C
Text Example
Text Example
White with #01844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01844C; }
p { color: rgb(1,132,76); }
H1.HeaderClassName
{
color: #01844C;
}
.AnyTagClassName
{
color: #01844C;
}
</style>
background-color css
<style>
a { background-color: #01844C; }
a { background-color: rgb(1,132,76); }
div.DivClassName
{
background-color: #01844C;
}
.BgClassName
{
background-color: #01844C;
}
</style>
border-color css
<style>
span { border-color: #01844C; }
span { border-color: rgb(1,132,76); }
td.TdClassName
{
border-color: #01844C;
}
.TagClassName
{
border-color: #01844C;
}
</style>