Shades of Salem #18824B
Tints of Salem #18824B
RGB
CMYK
RGB Variations
Color information
#18824B (or 0x18824B) is known color: Salem. HEX triplet: 18, 82 and 4B. RGB value is (24,130,75). Sum of RGB (Red+Green+Blue) = 24+130+75=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #18824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18824B is #E77DB4. Grayscale: #5C5C5C. Windows color (decimal): -15170997 or 4948504. OLE color: 4948504.
HSL color Cylindrical-coordinate representation of color #18824B: hue angle of 148.87º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18824B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 75 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.49 |
| HSL | 148.87º | 0.69% | 0.3% | - |
| HSV(B) | 148.87º | 0.82% | 0.51% | - |
| XYZ | 9.63 | 16.67 | 9.37 | - |
| YUV | 92.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 75 | 0.82 | 0 | 0.42 | 0.49 | 148.87 | 0.69 | 0.3 |
| Hex | 18 | 82 | 4B | 52 | 0 | 2A | 31 | 95 | 45 | 1E |
| Octal | 30 | 202 | 113 | 122 | 0 | 52 | 61 | 225 | 105 | 36 |
| Binary | 11000 | 10000010 | 1001011 | 1010010 | 0 | 101010 | 110001 | 10010101 | 1000101 | 11110 |
Color Harmonies of #18824B
Complementary color
Monochromatic Colors of #18824B
Black with #18824B
Text Example
Text Example
White with #18824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18824B; }
p { color: rgb(24,130,75); }
H1.HeaderClassName
{
color: #18824B;
}
.AnyTagClassName
{
color: #18824B;
}
</style>
background-color css
<style>
a { background-color: #18824B; }
a { background-color: rgb(24,130,75); }
div.DivClassName
{
background-color: #18824B;
}
.BgClassName
{
background-color: #18824B;
}
</style>
border-color css
<style>
span { border-color: #18824B; }
span { border-color: rgb(24,130,75); }
td.TdClassName
{
border-color: #18824B;
}
.TagClassName
{
border-color: #18824B;
}
</style>