Shades of Salem #018544
Tints of Salem #018544
RGB
CMYK
RGB Variations
Color information
#018544 (or 0x018544) is known color: Salem. HEX triplet: 01, 85 and 44. RGB value is (1,133,68). Sum of RGB (Red+Green+Blue) = 1+133+68=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #018544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018544 is #FE7ABB. Grayscale: #565656. Windows color (decimal): -16677564 or 4490497. OLE color: 4490497.
HSL color Cylindrical-coordinate representation of color #018544: hue angle of 150.45º 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 #018544 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 68 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.48 |
| HSL | 150.45º | 0.99% | 0.26% | - |
| HSV(B) | 150.45º | 0.99% | 0.52% | - |
| XYZ | 9.44 | 17.2 | 8.29 | - |
| YUV | 86.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 68 | 0.99 | 0 | 0.49 | 0.48 | 150.45 | 0.99 | 0.26 |
| Hex | 1 | 85 | 44 | 63 | 0 | 31 | 30 | 96 | 63 | 1A |
| Octal | 1 | 205 | 104 | 143 | 0 | 61 | 60 | 226 | 143 | 32 |
| Binary | 1 | 10000101 | 1000100 | 1100011 | 0 | 110001 | 110000 | 10010110 | 1100011 | 11010 |
Color Harmonies of #018544
Complementary color
Monochromatic Colors of #018544
Black with #018544
Text Example
Text Example
White with #018544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018544; }
p { color: rgb(1,133,68); }
H1.HeaderClassName
{
color: #018544;
}
.AnyTagClassName
{
color: #018544;
}
</style>
background-color css
<style>
a { background-color: #018544; }
a { background-color: rgb(1,133,68); }
div.DivClassName
{
background-color: #018544;
}
.BgClassName
{
background-color: #018544;
}
</style>
border-color css
<style>
span { border-color: #018544; }
span { border-color: rgb(1,133,68); }
td.TdClassName
{
border-color: #018544;
}
.TagClassName
{
border-color: #018544;
}
</style>