Shades of Salem #018444
Tints of Salem #018444
RGB
CMYK
RGB Variations
Color information
#018444 (or 0x018444) is known color: Salem. HEX triplet: 01, 84 and 44. RGB value is (1,132,68). Sum of RGB (Red+Green+Blue) = 1+132+68=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #018444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018444 is #FE7BBB. Grayscale: #555555. Windows color (decimal): -16677820 or 4490241. OLE color: 4490241.
HSL color Cylindrical-coordinate representation of color #018444: hue angle of 150.69º 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 #018444 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 68 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.48 |
| HSL | 150.69º | 0.98% | 0.26% | - |
| HSV(B) | 150.69º | 0.99% | 0.52% | - |
| XYZ | 9.31 | 16.93 | 8.25 | - |
| YUV | 85.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 68 | 0.99 | 0 | 0.48 | 0.48 | 150.69 | 0.98 | 0.26 |
| Hex | 1 | 84 | 44 | 63 | 0 | 30 | 30 | 97 | 62 | 1A |
| Octal | 1 | 204 | 104 | 143 | 0 | 60 | 60 | 227 | 142 | 32 |
| Binary | 1 | 10000100 | 1000100 | 1100011 | 0 | 110000 | 110000 | 10010111 | 1100010 | 11010 |
Color Harmonies of #018444
Complementary color
Monochromatic Colors of #018444
Black with #018444
Text Example
Text Example
White with #018444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018444; }
p { color: rgb(1,132,68); }
H1.HeaderClassName
{
color: #018444;
}
.AnyTagClassName
{
color: #018444;
}
</style>
background-color css
<style>
a { background-color: #018444; }
a { background-color: rgb(1,132,68); }
div.DivClassName
{
background-color: #018444;
}
.BgClassName
{
background-color: #018444;
}
</style>
border-color css
<style>
span { border-color: #018444; }
span { border-color: rgb(1,132,68); }
td.TdClassName
{
border-color: #018444;
}
.TagClassName
{
border-color: #018444;
}
</style>