Shades of Salem #19834B
Tints of Salem #19834B
RGB
CMYK
RGB Variations
Color information
#19834B (or 0x19834B) is known color: Salem. HEX triplet: 19, 83 and 4B. RGB value is (25,131,75). Sum of RGB (Red+Green+Blue) = 25+131+75=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #19834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19834B is #E67CB4. Grayscale: #5D5D5D. Windows color (decimal): -15105205 or 4948761. OLE color: 4948761.
HSL color Cylindrical-coordinate representation of color #19834B: hue angle of 148.3º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19834B is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 75 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.49 |
| HSL | 148.3º | 0.68% | 0.31% | - |
| HSV(B) | 148.3º | 0.81% | 0.51% | - |
| XYZ | 9.79 | 16.95 | 9.41 | - |
| YUV | 92.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 75 | 0.81 | 0 | 0.43 | 0.49 | 148.3 | 0.68 | 0.31 |
| Hex | 19 | 83 | 4B | 51 | 0 | 2B | 31 | 94 | 44 | 1F |
| Octal | 31 | 203 | 113 | 121 | 0 | 53 | 61 | 224 | 104 | 37 |
| Binary | 11001 | 10000011 | 1001011 | 1010001 | 0 | 101011 | 110001 | 10010100 | 1000100 | 11111 |
Color Harmonies of #19834B
Complementary color
Monochromatic Colors of #19834B
Black with #19834B
Text Example
Text Example
White with #19834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19834B; }
p { color: rgb(25,131,75); }
H1.HeaderClassName
{
color: #19834B;
}
.AnyTagClassName
{
color: #19834B;
}
</style>
background-color css
<style>
a { background-color: #19834B; }
a { background-color: rgb(25,131,75); }
div.DivClassName
{
background-color: #19834B;
}
.BgClassName
{
background-color: #19834B;
}
</style>
border-color css
<style>
span { border-color: #19834B; }
span { border-color: rgb(25,131,75); }
td.TdClassName
{
border-color: #19834B;
}
.TagClassName
{
border-color: #19834B;
}
</style>