Shades of Salem #018A3A
Tints of Salem #018A3A
RGB
CMYK
RGB Variations
Color information
#018A3A (or 0x018A3A) is known color: Salem. HEX triplet: 01, 8A and 3A. RGB value is (1,138,58). Sum of RGB (Red+Green+Blue) = 1+138+58=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #018A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A3A is #FE75C5. Grayscale: #585858. Windows color (decimal): -16676294 or 3836417. OLE color: 3836417.
HSL color Cylindrical-coordinate representation of color #018A3A: hue angle of 144.96º 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 #018A3A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 58 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.46 |
| HSL | 144.96º | 0.99% | 0.27% | - |
| HSV(B) | 144.96º | 0.99% | 0.54% | - |
| XYZ | 9.86 | 18.49 | 7.05 | - |
| YUV | 87.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 58 | 0.99 | 0 | 0.58 | 0.46 | 144.96 | 0.99 | 0.27 |
| Hex | 1 | 8A | 3A | 63 | 0 | 3A | 2E | 91 | 63 | 1B |
| Octal | 1 | 212 | 72 | 143 | 0 | 72 | 56 | 221 | 143 | 33 |
| Binary | 1 | 10001010 | 111010 | 1100011 | 0 | 111010 | 101110 | 10010001 | 1100011 | 11011 |
Color Harmonies of #018A3A
Complementary color
Monochromatic Colors of #018A3A
Black with #018A3A
Text Example
Text Example
White with #018A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A3A; }
p { color: rgb(1,138,58); }
H1.HeaderClassName
{
color: #018A3A;
}
.AnyTagClassName
{
color: #018A3A;
}
</style>
background-color css
<style>
a { background-color: #018A3A; }
a { background-color: rgb(1,138,58); }
div.DivClassName
{
background-color: #018A3A;
}
.BgClassName
{
background-color: #018A3A;
}
</style>
border-color css
<style>
span { border-color: #018A3A; }
span { border-color: rgb(1,138,58); }
td.TdClassName
{
border-color: #018A3A;
}
.TagClassName
{
border-color: #018A3A;
}
</style>