Shades of Salem #018A45
Tints of Salem #018A45
RGB
CMYK
RGB Variations
Color information
#018A45 (or 0x018A45) is known color: Salem. HEX triplet: 01, 8A and 45. RGB value is (1,138,69). Sum of RGB (Red+Green+Blue) = 1+138+69=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #018A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A45 is #FE75BA. Grayscale: #595959. Windows color (decimal): -16676283 or 4557313. OLE color: 4557313.
HSL color Cylindrical-coordinate representation of color #018A45: hue angle of 149.78º 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 #018A45 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 69 | - |
| CMYK | 0.99 | 0 | 0.5 | 0.46 |
| HSL | 149.78º | 0.99% | 0.27% | - |
| HSV(B) | 149.78º | 0.99% | 0.54% | - |
| XYZ | 10.18 | 18.61 | 8.69 | - |
| YUV | 89.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 69 | 0.99 | 0 | 0.5 | 0.46 | 149.78 | 0.99 | 0.27 |
| Hex | 1 | 8A | 45 | 63 | 0 | 32 | 2E | 96 | 63 | 1B |
| Octal | 1 | 212 | 105 | 143 | 0 | 62 | 56 | 226 | 143 | 33 |
| Binary | 1 | 10001010 | 1000101 | 1100011 | 0 | 110010 | 101110 | 10010110 | 1100011 | 11011 |
Color Harmonies of #018A45
Complementary color
Monochromatic Colors of #018A45
Black with #018A45
Text Example
Text Example
White with #018A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A45; }
p { color: rgb(1,138,69); }
H1.HeaderClassName
{
color: #018A45;
}
.AnyTagClassName
{
color: #018A45;
}
</style>
background-color css
<style>
a { background-color: #018A45; }
a { background-color: rgb(1,138,69); }
div.DivClassName
{
background-color: #018A45;
}
.BgClassName
{
background-color: #018A45;
}
</style>
border-color css
<style>
span { border-color: #018A45; }
span { border-color: rgb(1,138,69); }
td.TdClassName
{
border-color: #018A45;
}
.TagClassName
{
border-color: #018A45;
}
</style>