Shades of Salem #018A47
Tints of Salem #018A47
RGB
CMYK
RGB Variations
Color information
#018A47 (or 0x018A47) is known color: Salem. HEX triplet: 01, 8A and 47. RGB value is (1,138,71). Sum of RGB (Red+Green+Blue) = 1+138+71=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #018A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A47 is #FE75B8. Grayscale: #595959. Windows color (decimal): -16676281 or 4688385. OLE color: 4688385.
HSL color Cylindrical-coordinate representation of color #018A47: hue angle of 150.66º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A47 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 71 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.46 |
| HSL | 150.66º | 0.99% | 0.27% | - |
| HSV(B) | 150.66º | 0.99% | 0.54% | - |
| XYZ | 10.24 | 18.64 | 9.02 | - |
| YUV | 89.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 71 | 0.99 | 0 | 0.49 | 0.46 | 150.66 | 0.99 | 0.27 |
| Hex | 1 | 8A | 47 | 63 | 0 | 31 | 2E | 97 | 63 | 1B |
| Octal | 1 | 212 | 107 | 143 | 0 | 61 | 56 | 227 | 143 | 33 |
| Binary | 1 | 10001010 | 1000111 | 1100011 | 0 | 110001 | 101110 | 10010111 | 1100011 | 11011 |
Color Harmonies of #018A47
Complementary color
Monochromatic Colors of #018A47
Black with #018A47
Text Example
Text Example
White with #018A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A47; }
p { color: rgb(1,138,71); }
H1.HeaderClassName
{
color: #018A47;
}
.AnyTagClassName
{
color: #018A47;
}
</style>
background-color css
<style>
a { background-color: #018A47; }
a { background-color: rgb(1,138,71); }
div.DivClassName
{
background-color: #018A47;
}
.BgClassName
{
background-color: #018A47;
}
</style>
border-color css
<style>
span { border-color: #018A47; }
span { border-color: rgb(1,138,71); }
td.TdClassName
{
border-color: #018A47;
}
.TagClassName
{
border-color: #018A47;
}
</style>