Shades of Salem #19824B
Tints of Salem #19824B
RGB
CMYK
RGB Variations
Color information
#19824B (or 0x19824B) is known color: Salem. HEX triplet: 19, 82 and 4B. RGB value is (25,130,75). Sum of RGB (Red+Green+Blue) = 25+130+75=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #19824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19824B is #E67DB4. Grayscale: #5C5C5C. Windows color (decimal): -15105461 or 4948505. OLE color: 4948505.
HSL color Cylindrical-coordinate representation of color #19824B: hue angle of 148.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19824B is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 75 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.49 |
| HSL | 148.57º | 0.68% | 0.3% | - |
| HSV(B) | 148.57º | 0.81% | 0.51% | - |
| XYZ | 9.65 | 16.68 | 9.37 | - |
| YUV | 92.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 75 | 0.81 | 0 | 0.42 | 0.49 | 148.57 | 0.68 | 0.3 |
| Hex | 19 | 82 | 4B | 51 | 0 | 2A | 31 | 95 | 44 | 1E |
| Octal | 31 | 202 | 113 | 121 | 0 | 52 | 61 | 225 | 104 | 36 |
| Binary | 11001 | 10000010 | 1001011 | 1010001 | 0 | 101010 | 110001 | 10010101 | 1000100 | 11110 |
Color Harmonies of #19824B
Complementary color
Monochromatic Colors of #19824B
Black with #19824B
Text Example
Text Example
White with #19824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19824B; }
p { color: rgb(25,130,75); }
H1.HeaderClassName
{
color: #19824B;
}
.AnyTagClassName
{
color: #19824B;
}
</style>
background-color css
<style>
a { background-color: #19824B; }
a { background-color: rgb(25,130,75); }
div.DivClassName
{
background-color: #19824B;
}
.BgClassName
{
background-color: #19824B;
}
</style>
border-color css
<style>
span { border-color: #19824B; }
span { border-color: rgb(25,130,75); }
td.TdClassName
{
border-color: #19824B;
}
.TagClassName
{
border-color: #19824B;
}
</style>