Shades of Salem #18704F
Tints of Salem #18704F
RGB
CMYK
RGB Variations
Color information
#18704F (or 0x18704F) is known color: Salem. HEX triplet: 18, 70 and 4F. RGB value is (24,112,79). Sum of RGB (Red+Green+Blue) = 24+112+79=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #18704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18704F is #E78FB0. Grayscale: #515151. Windows color (decimal): -15175601 or 5206040. OLE color: 5206040.
HSL color Cylindrical-coordinate representation of color #18704F: hue angle of 157.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18704F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 79 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.56 |
| HSL | 157.5º | 0.65% | 0.27% | - |
| HSV(B) | 157.5º | 0.79% | 0.44% | - |
| XYZ | 7.58 | 12.35 | 9.38 | - |
| YUV | 81.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 79 | 0.79 | 0 | 0.29 | 0.56 | 157.5 | 0.65 | 0.27 |
| Hex | 18 | 70 | 4F | 4F | 0 | 1D | 38 | 9E | 41 | 1B |
| Octal | 30 | 160 | 117 | 117 | 0 | 35 | 70 | 236 | 101 | 33 |
| Binary | 11000 | 1110000 | 1001111 | 1001111 | 0 | 11101 | 111000 | 10011110 | 1000001 | 11011 |
Color Harmonies of #18704F
Complementary color
Monochromatic Colors of #18704F
Black with #18704F
Text Example
Text Example
White with #18704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18704F; }
p { color: rgb(24,112,79); }
H1.HeaderClassName
{
color: #18704F;
}
.AnyTagClassName
{
color: #18704F;
}
</style>
background-color css
<style>
a { background-color: #18704F; }
a { background-color: rgb(24,112,79); }
div.DivClassName
{
background-color: #18704F;
}
.BgClassName
{
background-color: #18704F;
}
</style>
border-color css
<style>
span { border-color: #18704F; }
span { border-color: rgb(24,112,79); }
td.TdClassName
{
border-color: #18704F;
}
.TagClassName
{
border-color: #18704F;
}
</style>