Shades of Salem #018A44
Tints of Salem #018A44
RGB
CMYK
RGB Variations
Color information
#018A44 (or 0x018A44) is known color: Salem. HEX triplet: 01, 8A and 44. RGB value is (1,138,68). Sum of RGB (Red+Green+Blue) = 1+138+68=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #018A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A44 is #FE75BB. Grayscale: #595959. Windows color (decimal): -16676284 or 4491777. OLE color: 4491777.
HSL color Cylindrical-coordinate representation of color #018A44: hue angle of 149.34º 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 #018A44 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 68 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.46 |
| HSL | 149.34º | 0.99% | 0.27% | - |
| HSV(B) | 149.34º | 0.99% | 0.54% | - |
| XYZ | 10.14 | 18.6 | 8.52 | - |
| YUV | 89.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 68 | 0.99 | 0 | 0.51 | 0.46 | 149.34 | 0.99 | 0.27 |
| Hex | 1 | 8A | 44 | 63 | 0 | 33 | 2E | 95 | 63 | 1B |
| Octal | 1 | 212 | 104 | 143 | 0 | 63 | 56 | 225 | 143 | 33 |
| Binary | 1 | 10001010 | 1000100 | 1100011 | 0 | 110011 | 101110 | 10010101 | 1100011 | 11011 |
Color Harmonies of #018A44
Complementary color
Monochromatic Colors of #018A44
Black with #018A44
Text Example
Text Example
White with #018A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A44; }
p { color: rgb(1,138,68); }
H1.HeaderClassName
{
color: #018A44;
}
.AnyTagClassName
{
color: #018A44;
}
</style>
background-color css
<style>
a { background-color: #018A44; }
a { background-color: rgb(1,138,68); }
div.DivClassName
{
background-color: #018A44;
}
.BgClassName
{
background-color: #018A44;
}
</style>
border-color css
<style>
span { border-color: #018A44; }
span { border-color: rgb(1,138,68); }
td.TdClassName
{
border-color: #018A44;
}
.TagClassName
{
border-color: #018A44;
}
</style>