Shades of Salem #18825A
Tints of Salem #18825A
RGB
CMYK
RGB Variations
Color information
#18825A (or 0x18825A) is known color: Salem. HEX triplet: 18, 82 and 5A. RGB value is (24,130,90). Sum of RGB (Red+Green+Blue) = 24+130+90=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #18825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825A is #E77DA5. Grayscale: #5D5D5D. Windows color (decimal): -15170982 or 5931544. OLE color: 5931544.
HSL color Cylindrical-coordinate representation of color #18825A: hue angle of 157.36º 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 #18825A is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 90 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.49 |
| HSL | 157.36º | 0.69% | 0.3% | - |
| HSV(B) | 157.36º | 0.82% | 0.51% | - |
| XYZ | 10.2 | 16.9 | 12.4 | - |
| YUV | 93.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 90 | 0.82 | 0 | 0.31 | 0.49 | 157.36 | 0.69 | 0.3 |
| Hex | 18 | 82 | 5A | 52 | 0 | 1F | 31 | 9D | 45 | 1E |
| Octal | 30 | 202 | 132 | 122 | 0 | 37 | 61 | 235 | 105 | 36 |
| Binary | 11000 | 10000010 | 1011010 | 1010010 | 0 | 11111 | 110001 | 10011101 | 1000101 | 11110 |
Color Harmonies of #18825A
Complementary color
Monochromatic Colors of #18825A
Black with #18825A
Text Example
Text Example
White with #18825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18825A; }
p { color: rgb(24,130,90); }
H1.HeaderClassName
{
color: #18825A;
}
.AnyTagClassName
{
color: #18825A;
}
</style>
background-color css
<style>
a { background-color: #18825A; }
a { background-color: rgb(24,130,90); }
div.DivClassName
{
background-color: #18825A;
}
.BgClassName
{
background-color: #18825A;
}
</style>
border-color css
<style>
span { border-color: #18825A; }
span { border-color: rgb(24,130,90); }
td.TdClassName
{
border-color: #18825A;
}
.TagClassName
{
border-color: #18825A;
}
</style>