Shades of Salem #18914D
Tints of Salem #18914D
RGB
CMYK
RGB Variations
Color information
#18914D (or 0x18914D) is known color: Salem. HEX triplet: 18, 91 and 4D. RGB value is (24,145,77). Sum of RGB (Red+Green+Blue) = 24+145+77=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #18914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18914D is #E76EB2. Grayscale: #656565. Windows color (decimal): -15167155 or 5083416. OLE color: 5083416.
HSL color Cylindrical-coordinate representation of color #18914D: hue angle of 146.28º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18914D is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 77 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.43 |
| HSL | 146.28º | 0.72% | 0.33% | - |
| HSV(B) | 146.28º | 0.83% | 0.57% | - |
| XYZ | 11.84 | 20.98 | 10.45 | - |
| YUV | 101.07 | 114.41 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 77 | 0.83 | 0 | 0.47 | 0.43 | 146.28 | 0.72 | 0.33 |
| Hex | 18 | 91 | 4D | 53 | 0 | 2F | 2B | 92 | 48 | 21 |
| Octal | 30 | 221 | 115 | 123 | 0 | 57 | 53 | 222 | 110 | 41 |
| Binary | 11000 | 10010001 | 1001101 | 1010011 | 0 | 101111 | 101011 | 10010010 | 1001000 | 100001 |
Color Harmonies of #18914D
Complementary color
Monochromatic Colors of #18914D
Black with #18914D
Text Example
Text Example
White with #18914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18914D; }
p { color: rgb(24,145,77); }
H1.HeaderClassName
{
color: #18914D;
}
.AnyTagClassName
{
color: #18914D;
}
</style>
background-color css
<style>
a { background-color: #18914D; }
a { background-color: rgb(24,145,77); }
div.DivClassName
{
background-color: #18914D;
}
.BgClassName
{
background-color: #18914D;
}
</style>
border-color css
<style>
span { border-color: #18914D; }
span { border-color: rgb(24,145,77); }
td.TdClassName
{
border-color: #18914D;
}
.TagClassName
{
border-color: #18914D;
}
</style>