Shades of Salem #18903F
Tints of Salem #18903F
RGB
CMYK
RGB Variations
Color information
#18903F (or 0x18903F) is known color: Salem. HEX triplet: 18, 90 and 3F. RGB value is (24,144,63). Sum of RGB (Red+Green+Blue) = 24+144+63=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #18903F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18903F is #E76FC0. Grayscale: #636363. Windows color (decimal): -15167425 or 4165656. OLE color: 4165656.
HSL color Cylindrical-coordinate representation of color #18903F: hue angle of 139.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18903F is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 63 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.44 |
| HSL | 139.5º | 0.71% | 0.33% | - |
| HSV(B) | 139.5º | 0.83% | 0.56% | - |
| XYZ | 11.25 | 20.5 | 8.07 | - |
| YUV | 98.89 | 107.74 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 63 | 0.83 | 0 | 0.56 | 0.44 | 139.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 3F | 53 | 0 | 38 | 2C | 8C | 47 | 21 |
| Octal | 30 | 220 | 77 | 123 | 0 | 70 | 54 | 214 | 107 | 41 |
| Binary | 11000 | 10010000 | 111111 | 1010011 | 0 | 111000 | 101100 | 10001100 | 1000111 | 100001 |
Color Harmonies of #18903F
Complementary color
Monochromatic Colors of #18903F
Black with #18903F
Text Example
Text Example
White with #18903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18903F; }
p { color: rgb(24,144,63); }
H1.HeaderClassName
{
color: #18903F;
}
.AnyTagClassName
{
color: #18903F;
}
</style>
background-color css
<style>
a { background-color: #18903F; }
a { background-color: rgb(24,144,63); }
div.DivClassName
{
background-color: #18903F;
}
.BgClassName
{
background-color: #18903F;
}
</style>
border-color css
<style>
span { border-color: #18903F; }
span { border-color: rgb(24,144,63); }
td.TdClassName
{
border-color: #18903F;
}
.TagClassName
{
border-color: #18903F;
}
</style>