Shades of Salem #18883C
Tints of Salem #18883C
RGB
CMYK
RGB Variations
Color information
#18883C (or 0x18883C) is known color: Salem. HEX triplet: 18, 88 and 3C. RGB value is (24,136,60). Sum of RGB (Red+Green+Blue) = 24+136+60=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #18883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18883C is #E777C3. Grayscale: #5E5E5E. Windows color (decimal): -15169476 or 3967000. OLE color: 3967000.
HSL color Cylindrical-coordinate representation of color #18883C: hue angle of 139.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18883C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 60 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.47 |
| HSL | 139.29º | 0.7% | 0.31% | - |
| HSV(B) | 139.29º | 0.82% | 0.53% | - |
| XYZ | 10 | 18.13 | 7.25 | - |
| YUV | 93.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 60 | 0.82 | 0 | 0.56 | 0.47 | 139.29 | 0.7 | 0.31 |
| Hex | 18 | 88 | 3C | 52 | 0 | 38 | 2F | 8B | 46 | 1F |
| Octal | 30 | 210 | 74 | 122 | 0 | 70 | 57 | 213 | 106 | 37 |
| Binary | 11000 | 10001000 | 111100 | 1010010 | 0 | 111000 | 101111 | 10001011 | 1000110 | 11111 |
Color Harmonies of #18883C
Complementary color
Monochromatic Colors of #18883C
Black with #18883C
Text Example
Text Example
White with #18883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18883C; }
p { color: rgb(24,136,60); }
H1.HeaderClassName
{
color: #18883C;
}
.AnyTagClassName
{
color: #18883C;
}
</style>
background-color css
<style>
a { background-color: #18883C; }
a { background-color: rgb(24,136,60); }
div.DivClassName
{
background-color: #18883C;
}
.BgClassName
{
background-color: #18883C;
}
</style>
border-color css
<style>
span { border-color: #18883C; }
span { border-color: rgb(24,136,60); }
td.TdClassName
{
border-color: #18883C;
}
.TagClassName
{
border-color: #18883C;
}
</style>