Shades of Salem #18885A
Tints of Salem #18885A
RGB
CMYK
RGB Variations
Color information
#18885A (or 0x18885A) is known color: Salem. HEX triplet: 18, 88 and 5A. RGB value is (24,136,90). Sum of RGB (Red+Green+Blue) = 24+136+90=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #18885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18885A is #E777A5. Grayscale: #616161. Windows color (decimal): -15169446 or 5933080. OLE color: 5933080.
HSL color Cylindrical-coordinate representation of color #18885A: hue angle of 155.36º 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 #18885A is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 90 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.47 |
| HSL | 155.36º | 0.7% | 0.31% | - |
| HSV(B) | 155.36º | 0.82% | 0.53% | - |
| XYZ | 11.03 | 18.54 | 12.67 | - |
| YUV | 97.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 90 | 0.82 | 0 | 0.34 | 0.47 | 155.36 | 0.7 | 0.31 |
| Hex | 18 | 88 | 5A | 52 | 0 | 22 | 2F | 9B | 46 | 1F |
| Octal | 30 | 210 | 132 | 122 | 0 | 42 | 57 | 233 | 106 | 37 |
| Binary | 11000 | 10001000 | 1011010 | 1010010 | 0 | 100010 | 101111 | 10011011 | 1000110 | 11111 |
Color Harmonies of #18885A
Complementary color
Monochromatic Colors of #18885A
Black with #18885A
Text Example
Text Example
White with #18885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18885A; }
p { color: rgb(24,136,90); }
H1.HeaderClassName
{
color: #18885A;
}
.AnyTagClassName
{
color: #18885A;
}
</style>
background-color css
<style>
a { background-color: #18885A; }
a { background-color: rgb(24,136,90); }
div.DivClassName
{
background-color: #18885A;
}
.BgClassName
{
background-color: #18885A;
}
</style>
border-color css
<style>
span { border-color: #18885A; }
span { border-color: rgb(24,136,90); }
td.TdClassName
{
border-color: #18885A;
}
.TagClassName
{
border-color: #18885A;
}
</style>