Shades of Salem #18933C
Tints of Salem #18933C
RGB
CMYK
RGB Variations
Color information
#18933C (or 0x18933C) is known color: Salem. HEX triplet: 18, 93 and 3C. RGB value is (24,147,60). Sum of RGB (Red+Green+Blue) = 24+147+60=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #18933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18933C is #E76CC3. Grayscale: #646464. Windows color (decimal): -15166660 or 3969816. OLE color: 3969816.
HSL color Cylindrical-coordinate representation of color #18933C: hue angle of 137.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18933C is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 147 | 60 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.42 |
| HSL | 137.56º | 0.72% | 0.34% | - |
| HSV(B) | 137.56º | 0.84% | 0.58% | - |
| XYZ | 11.63 | 21.39 | 7.79 | - |
| YUV | 100.31 | 105.25 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 60 | 0.84 | 0 | 0.59 | 0.42 | 137.56 | 0.72 | 0.34 |
| Hex | 18 | 93 | 3C | 54 | 0 | 3B | 2A | 8A | 48 | 22 |
| Octal | 30 | 223 | 74 | 124 | 0 | 73 | 52 | 212 | 110 | 42 |
| Binary | 11000 | 10010011 | 111100 | 1010100 | 0 | 111011 | 101010 | 10001010 | 1001000 | 100010 |
Color Harmonies of #18933C
Complementary color
Monochromatic Colors of #18933C
Black with #18933C
Text Example
Text Example
White with #18933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18933C; }
p { color: rgb(24,147,60); }
H1.HeaderClassName
{
color: #18933C;
}
.AnyTagClassName
{
color: #18933C;
}
</style>
background-color css
<style>
a { background-color: #18933C; }
a { background-color: rgb(24,147,60); }
div.DivClassName
{
background-color: #18933C;
}
.BgClassName
{
background-color: #18933C;
}
</style>
border-color css
<style>
span { border-color: #18933C; }
span { border-color: rgb(24,147,60); }
td.TdClassName
{
border-color: #18933C;
}
.TagClassName
{
border-color: #18933C;
}
</style>