Shades of Salem #18764F
Tints of Salem #18764F
RGB
CMYK
RGB Variations
Color information
#18764F (or 0x18764F) is known color: Salem. HEX triplet: 18, 76 and 4F. RGB value is (24,118,79). Sum of RGB (Red+Green+Blue) = 24+118+79=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #18764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18764F is #E789B0. Grayscale: #555555. Windows color (decimal): -15174065 or 5207576. OLE color: 5207576.
HSL color Cylindrical-coordinate representation of color #18764F: hue angle of 155.11º 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 #18764F is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 79 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.54 |
| HSL | 155.11º | 0.66% | 0.28% | - |
| HSV(B) | 155.11º | 0.8% | 0.46% | - |
| XYZ | 8.27 | 13.72 | 9.61 | - |
| YUV | 85.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 79 | 0.80 | 0 | 0.33 | 0.54 | 155.11 | 0.66 | 0.28 |
| Hex | 18 | 76 | 4F | 50 | 0 | 21 | 36 | 9B | 42 | 1C |
| Octal | 30 | 166 | 117 | 120 | 0 | 41 | 66 | 233 | 102 | 34 |
| Binary | 11000 | 1110110 | 1001111 | 1010000 | 0 | 100001 | 110110 | 10011011 | 1000010 | 11100 |
Color Harmonies of #18764F
Complementary color
Monochromatic Colors of #18764F
Black with #18764F
Text Example
Text Example
White with #18764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18764F; }
p { color: rgb(24,118,79); }
H1.HeaderClassName
{
color: #18764F;
}
.AnyTagClassName
{
color: #18764F;
}
</style>
background-color css
<style>
a { background-color: #18764F; }
a { background-color: rgb(24,118,79); }
div.DivClassName
{
background-color: #18764F;
}
.BgClassName
{
background-color: #18764F;
}
</style>
border-color css
<style>
span { border-color: #18764F; }
span { border-color: rgb(24,118,79); }
td.TdClassName
{
border-color: #18764F;
}
.TagClassName
{
border-color: #18764F;
}
</style>