Shades of Salem #18923F
Tints of Salem #18923F
RGB
CMYK
RGB Variations
Color information
#18923F (or 0x18923F) is known color: Salem. HEX triplet: 18, 92 and 3F. RGB value is (24,146,63). Sum of RGB (Red+Green+Blue) = 24+146+63=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #18923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18923F is #E76DC0. Grayscale: #646464. Windows color (decimal): -15166913 or 4166168. OLE color: 4166168.
HSL color Cylindrical-coordinate representation of color #18923F: hue angle of 139.18º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18923F is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 63 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.43 |
| HSL | 139.18º | 0.72% | 0.33% | - |
| HSV(B) | 139.18º | 0.84% | 0.57% | - |
| XYZ | 11.55 | 21.11 | 8.17 | - |
| YUV | 100.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 63 | 0.84 | 0 | 0.57 | 0.43 | 139.18 | 0.72 | 0.33 |
| Hex | 18 | 92 | 3F | 54 | 0 | 39 | 2B | 8B | 48 | 21 |
| Octal | 30 | 222 | 77 | 124 | 0 | 71 | 53 | 213 | 110 | 41 |
| Binary | 11000 | 10010010 | 111111 | 1010100 | 0 | 111001 | 101011 | 10001011 | 1001000 | 100001 |
Color Harmonies of #18923F
Complementary color
Monochromatic Colors of #18923F
Black with #18923F
Text Example
Text Example
White with #18923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18923F; }
p { color: rgb(24,146,63); }
H1.HeaderClassName
{
color: #18923F;
}
.AnyTagClassName
{
color: #18923F;
}
</style>
background-color css
<style>
a { background-color: #18923F; }
a { background-color: rgb(24,146,63); }
div.DivClassName
{
background-color: #18923F;
}
.BgClassName
{
background-color: #18923F;
}
</style>
border-color css
<style>
span { border-color: #18923F; }
span { border-color: rgb(24,146,63); }
td.TdClassName
{
border-color: #18923F;
}
.TagClassName
{
border-color: #18923F;
}
</style>