Shades of Salem #18883D
Tints of Salem #18883D
RGB
CMYK
RGB Variations
Color information
#18883D (or 0x18883D) is known color: Salem. HEX triplet: 18, 88 and 3D. RGB value is (24,136,61). Sum of RGB (Red+Green+Blue) = 24+136+61=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #18883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18883D is #E777C2. Grayscale: #5E5E5E. Windows color (decimal): -15169475 or 4032536. OLE color: 4032536.
HSL color Cylindrical-coordinate representation of color #18883D: hue angle of 139.82º 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 #18883D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 61 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.47 |
| HSL | 139.82º | 0.7% | 0.31% | - |
| HSV(B) | 139.82º | 0.82% | 0.53% | - |
| XYZ | 10.02 | 18.14 | 7.39 | - |
| YUV | 93.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 61 | 0.82 | 0 | 0.55 | 0.47 | 139.82 | 0.7 | 0.31 |
| Hex | 18 | 88 | 3D | 52 | 0 | 37 | 2F | 8C | 46 | 1F |
| Octal | 30 | 210 | 75 | 122 | 0 | 67 | 57 | 214 | 106 | 37 |
| Binary | 11000 | 10001000 | 111101 | 1010010 | 0 | 110111 | 101111 | 10001100 | 1000110 | 11111 |
Color Harmonies of #18883D
Complementary color
Monochromatic Colors of #18883D
Black with #18883D
Text Example
Text Example
White with #18883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18883D; }
p { color: rgb(24,136,61); }
H1.HeaderClassName
{
color: #18883D;
}
.AnyTagClassName
{
color: #18883D;
}
</style>
background-color css
<style>
a { background-color: #18883D; }
a { background-color: rgb(24,136,61); }
div.DivClassName
{
background-color: #18883D;
}
.BgClassName
{
background-color: #18883D;
}
</style>
border-color css
<style>
span { border-color: #18883D; }
span { border-color: rgb(24,136,61); }
td.TdClassName
{
border-color: #18883D;
}
.TagClassName
{
border-color: #18883D;
}
</style>