Shades of Salem #18774E
Tints of Salem #18774E
RGB
CMYK
RGB Variations
Color information
#18774E (or 0x18774E) is known color: Salem. HEX triplet: 18, 77 and 4E. RGB value is (24,119,78). Sum of RGB (Red+Green+Blue) = 24+119+78=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #18774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18774E is #E788B1. Grayscale: #555555. Windows color (decimal): -15173810 or 5142296. OLE color: 5142296.
HSL color Cylindrical-coordinate representation of color #18774E: hue angle of 154.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18774E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 119 | 78 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.53 |
| HSL | 154.11º | 0.66% | 0.28% | - |
| HSV(B) | 154.11º | 0.8% | 0.47% | - |
| XYZ | 8.35 | 13.94 | 9.46 | - |
| YUV | 85.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 78 | 0.80 | 0 | 0.34 | 0.53 | 154.11 | 0.66 | 0.28 |
| Hex | 18 | 77 | 4E | 50 | 0 | 22 | 35 | 9A | 42 | 1C |
| Octal | 30 | 167 | 116 | 120 | 0 | 42 | 65 | 232 | 102 | 34 |
| Binary | 11000 | 1110111 | 1001110 | 1010000 | 0 | 100010 | 110101 | 10011010 | 1000010 | 11100 |
Color Harmonies of #18774E
Complementary color
Monochromatic Colors of #18774E
Black with #18774E
Text Example
Text Example
White with #18774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18774E; }
p { color: rgb(24,119,78); }
H1.HeaderClassName
{
color: #18774E;
}
.AnyTagClassName
{
color: #18774E;
}
</style>
background-color css
<style>
a { background-color: #18774E; }
a { background-color: rgb(24,119,78); }
div.DivClassName
{
background-color: #18774E;
}
.BgClassName
{
background-color: #18774E;
}
</style>
border-color css
<style>
span { border-color: #18774E; }
span { border-color: rgb(24,119,78); }
td.TdClassName
{
border-color: #18774E;
}
.TagClassName
{
border-color: #18774E;
}
</style>