Shades of Salem #18794E
Tints of Salem #18794E
RGB
CMYK
RGB Variations
Color information
#18794E (or 0x18794E) is known color: Salem. HEX triplet: 18, 79 and 4E. RGB value is (24,121,78). Sum of RGB (Red+Green+Blue) = 24+121+78=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #18794E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18794E is #E786B1. Grayscale: #575757. Windows color (decimal): -15173298 or 5142808. OLE color: 5142808.
HSL color Cylindrical-coordinate representation of color #18794E: hue angle of 153.4º degrees, saturation: 0.67, 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 #18794E is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 78 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.53 |
| HSL | 153.4º | 0.67% | 0.28% | - |
| HSV(B) | 153.4º | 0.8% | 0.47% | - |
| XYZ | 8.59 | 14.42 | 9.54 | - |
| YUV | 87.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 78 | 0.80 | 0 | 0.36 | 0.53 | 153.4 | 0.67 | 0.28 |
| Hex | 18 | 79 | 4E | 50 | 0 | 24 | 35 | 99 | 43 | 1C |
| Octal | 30 | 171 | 116 | 120 | 0 | 44 | 65 | 231 | 103 | 34 |
| Binary | 11000 | 1111001 | 1001110 | 1010000 | 0 | 100100 | 110101 | 10011001 | 1000011 | 11100 |
Color Harmonies of #18794E
Complementary color
Monochromatic Colors of #18794E
Black with #18794E
Text Example
Text Example
White with #18794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18794E; }
p { color: rgb(24,121,78); }
H1.HeaderClassName
{
color: #18794E;
}
.AnyTagClassName
{
color: #18794E;
}
</style>
background-color css
<style>
a { background-color: #18794E; }
a { background-color: rgb(24,121,78); }
div.DivClassName
{
background-color: #18794E;
}
.BgClassName
{
background-color: #18794E;
}
</style>
border-color css
<style>
span { border-color: #18794E; }
span { border-color: rgb(24,121,78); }
td.TdClassName
{
border-color: #18794E;
}
.TagClassName
{
border-color: #18794E;
}
</style>