Shades of Salem #18764E
Tints of Salem #18764E
RGB
CMYK
RGB Variations
Color information
#18764E (or 0x18764E) is known color: Salem. HEX triplet: 18, 76 and 4E. RGB value is (24,118,78). Sum of RGB (Red+Green+Blue) = 24+118+78=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #18764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18764E is #E789B1. Grayscale: #555555. Windows color (decimal): -15174066 or 5142040. OLE color: 5142040.
HSL color Cylindrical-coordinate representation of color #18764E: hue angle of 154.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18764E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 78 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.54 |
| HSL | 154.47º | 0.66% | 0.28% | - |
| HSV(B) | 154.47º | 0.8% | 0.46% | - |
| XYZ | 8.23 | 13.7 | 9.42 | - |
| YUV | 85.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 78 | 0.80 | 0 | 0.34 | 0.54 | 154.47 | 0.66 | 0.28 |
| Hex | 18 | 76 | 4E | 50 | 0 | 22 | 36 | 9A | 42 | 1C |
| Octal | 30 | 166 | 116 | 120 | 0 | 42 | 66 | 232 | 102 | 34 |
| Binary | 11000 | 1110110 | 1001110 | 1010000 | 0 | 100010 | 110110 | 10011010 | 1000010 | 11100 |
Color Harmonies of #18764E
Complementary color
Monochromatic Colors of #18764E
Black with #18764E
Text Example
Text Example
White with #18764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18764E; }
p { color: rgb(24,118,78); }
H1.HeaderClassName
{
color: #18764E;
}
.AnyTagClassName
{
color: #18764E;
}
</style>
background-color css
<style>
a { background-color: #18764E; }
a { background-color: rgb(24,118,78); }
div.DivClassName
{
background-color: #18764E;
}
.BgClassName
{
background-color: #18764E;
}
</style>
border-color css
<style>
span { border-color: #18764E; }
span { border-color: rgb(24,118,78); }
td.TdClassName
{
border-color: #18764E;
}
.TagClassName
{
border-color: #18764E;
}
</style>