Shades of Salem #168A3E
Tints of Salem #168A3E
RGB
CMYK
RGB Variations
Color information
#168A3E (or 0x168A3E) is known color: Salem. HEX triplet: 16, 8A and 3E. RGB value is (22,138,62). Sum of RGB (Red+Green+Blue) = 22+138+62=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #168A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A3E is #E975C1. Grayscale: #5E5E5E. Windows color (decimal): -15300034 or 4098582. OLE color: 4098582.
HSL color Cylindrical-coordinate representation of color #168A3E: hue angle of 140.69º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A3E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 62 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.46 |
| HSL | 140.69º | 0.73% | 0.31% | - |
| HSV(B) | 140.69º | 0.84% | 0.54% | - |
| XYZ | 10.29 | 18.7 | 7.62 | - |
| YUV | 94.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 62 | 0.84 | 0 | 0.55 | 0.46 | 140.69 | 0.73 | 0.31 |
| Hex | 16 | 8A | 3E | 54 | 0 | 37 | 2E | 8D | 48 | 1F |
| Octal | 26 | 212 | 76 | 124 | 0 | 67 | 56 | 215 | 110 | 37 |
| Binary | 10110 | 10001010 | 111110 | 1010100 | 0 | 110111 | 101110 | 10001101 | 1001000 | 11111 |
Color Harmonies of #168A3E
Complementary color
Monochromatic Colors of #168A3E
Black with #168A3E
Text Example
Text Example
White with #168A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A3E; }
p { color: rgb(22,138,62); }
H1.HeaderClassName
{
color: #168A3E;
}
.AnyTagClassName
{
color: #168A3E;
}
</style>
background-color css
<style>
a { background-color: #168A3E; }
a { background-color: rgb(22,138,62); }
div.DivClassName
{
background-color: #168A3E;
}
.BgClassName
{
background-color: #168A3E;
}
</style>
border-color css
<style>
span { border-color: #168A3E; }
span { border-color: rgb(22,138,62); }
td.TdClassName
{
border-color: #168A3E;
}
.TagClassName
{
border-color: #168A3E;
}
</style>