Shades of Salem #18913F
Tints of Salem #18913F
RGB
CMYK
RGB Variations
Color information
#18913F (or 0x18913F) is known color: Salem. HEX triplet: 18, 91 and 3F. RGB value is (24,145,63). Sum of RGB (Red+Green+Blue) = 24+145+63=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #18913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18913F is #E76EC0. Grayscale: #636363. Windows color (decimal): -15167169 or 4165912. OLE color: 4165912.
HSL color Cylindrical-coordinate representation of color #18913F: hue angle of 139.34º 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 #18913F is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 63 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.43 |
| HSL | 139.34º | 0.72% | 0.33% | - |
| HSV(B) | 139.34º | 0.83% | 0.57% | - |
| XYZ | 11.4 | 20.8 | 8.12 | - |
| YUV | 99.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 63 | 0.83 | 0 | 0.57 | 0.43 | 139.34 | 0.72 | 0.33 |
| Hex | 18 | 91 | 3F | 53 | 0 | 39 | 2B | 8B | 48 | 21 |
| Octal | 30 | 221 | 77 | 123 | 0 | 71 | 53 | 213 | 110 | 41 |
| Binary | 11000 | 10010001 | 111111 | 1010011 | 0 | 111001 | 101011 | 10001011 | 1001000 | 100001 |
Color Harmonies of #18913F
Complementary color
Monochromatic Colors of #18913F
Black with #18913F
Text Example
Text Example
White with #18913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18913F; }
p { color: rgb(24,145,63); }
H1.HeaderClassName
{
color: #18913F;
}
.AnyTagClassName
{
color: #18913F;
}
</style>
background-color css
<style>
a { background-color: #18913F; }
a { background-color: rgb(24,145,63); }
div.DivClassName
{
background-color: #18913F;
}
.BgClassName
{
background-color: #18913F;
}
</style>
border-color css
<style>
span { border-color: #18913F; }
span { border-color: rgb(24,145,63); }
td.TdClassName
{
border-color: #18913F;
}
.TagClassName
{
border-color: #18913F;
}
</style>