Shades of Salem #018144
Tints of Salem #018144
RGB
CMYK
RGB Variations
Color information
#018144 (or 0x018144) is known color: Salem. HEX triplet: 01, 81 and 44. RGB value is (1,129,68). Sum of RGB (Red+Green+Blue) = 1+129+68=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #018144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018144 is #FE7EBB. Grayscale: #535353. Windows color (decimal): -16678588 or 4489473. OLE color: 4489473.
HSL color Cylindrical-coordinate representation of color #018144: hue angle of 151.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018144 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 68 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.49 |
| HSL | 151.41º | 0.98% | 0.25% | - |
| HSV(B) | 151.41º | 0.99% | 0.51% | - |
| XYZ | 8.91 | 16.12 | 8.11 | - |
| YUV | 83.77 | 119.09 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 68 | 0.99 | 0 | 0.47 | 0.49 | 151.41 | 0.98 | 0.25 |
| Hex | 1 | 81 | 44 | 63 | 0 | 2F | 31 | 97 | 62 | 19 |
| Octal | 1 | 201 | 104 | 143 | 0 | 57 | 61 | 227 | 142 | 31 |
| Binary | 1 | 10000001 | 1000100 | 1100011 | 0 | 101111 | 110001 | 10010111 | 1100010 | 11001 |
Color Harmonies of #018144
Complementary color
Monochromatic Colors of #018144
Black with #018144
Text Example
Text Example
White with #018144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018144; }
p { color: rgb(1,129,68); }
H1.HeaderClassName
{
color: #018144;
}
.AnyTagClassName
{
color: #018144;
}
</style>
background-color css
<style>
a { background-color: #018144; }
a { background-color: rgb(1,129,68); }
div.DivClassName
{
background-color: #018144;
}
.BgClassName
{
background-color: #018144;
}
</style>
border-color css
<style>
span { border-color: #018144; }
span { border-color: rgb(1,129,68); }
td.TdClassName
{
border-color: #018144;
}
.TagClassName
{
border-color: #018144;
}
</style>