Shades of Salem #18804F
Tints of Salem #18804F
RGB
CMYK
RGB Variations
Color information
#18804F (or 0x18804F) is known color: Salem. HEX triplet: 18, 80 and 4F. RGB value is (24,128,79). Sum of RGB (Red+Green+Blue) = 24+128+79=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #18804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18804F is #E77FB0. Grayscale: #5B5B5B. Windows color (decimal): -15171505 or 5210136. OLE color: 5210136.
HSL color Cylindrical-coordinate representation of color #18804F: hue angle of 151.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18804F is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 79 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.50 |
| HSL | 151.73º | 0.68% | 0.3% | - |
| HSV(B) | 151.73º | 0.81% | 0.5% | - |
| XYZ | 9.51 | 16.2 | 10.02 | - |
| YUV | 91.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 79 | 0.81 | 0 | 0.38 | 0.50 | 151.73 | 0.68 | 0.3 |
| Hex | 18 | 80 | 4F | 51 | 0 | 26 | 32 | 98 | 44 | 1E |
| Octal | 30 | 200 | 117 | 121 | 0 | 46 | 62 | 230 | 104 | 36 |
| Binary | 11000 | 10000000 | 1001111 | 1010001 | 0 | 100110 | 110010 | 10011000 | 1000100 | 11110 |
Color Harmonies of #18804F
Complementary color
Monochromatic Colors of #18804F
Black with #18804F
Text Example
Text Example
White with #18804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18804F; }
p { color: rgb(24,128,79); }
H1.HeaderClassName
{
color: #18804F;
}
.AnyTagClassName
{
color: #18804F;
}
</style>
background-color css
<style>
a { background-color: #18804F; }
a { background-color: rgb(24,128,79); }
div.DivClassName
{
background-color: #18804F;
}
.BgClassName
{
background-color: #18804F;
}
</style>
border-color css
<style>
span { border-color: #18804F; }
span { border-color: rgb(24,128,79); }
td.TdClassName
{
border-color: #18804F;
}
.TagClassName
{
border-color: #18804F;
}
</style>