Shades of Salem #1A7851
Tints of Salem #1A7851
RGB
CMYK
RGB Variations
Color information
#1A7851 (or 0x1A7851) is known color: Salem. HEX triplet: 1A, 78 and 51. RGB value is (26,120,81). Sum of RGB (Red+Green+Blue) = 26+120+81=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7851 is #E587AE. Grayscale: #575757. Windows color (decimal): -15042479 or 5339162. OLE color: 5339162.
HSL color Cylindrical-coordinate representation of color #1A7851: hue angle of 155.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7851 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 120 | 81 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.53 |
| HSL | 155.11º | 0.64% | 0.29% | - |
| HSV(B) | 155.11º | 0.78% | 0.47% | - |
| XYZ | 8.63 | 14.25 | 10.08 | - |
| YUV | 87.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 81 | 0.78 | 0 | 0.32 | 0.53 | 155.11 | 0.64 | 0.29 |
| Hex | 1A | 78 | 51 | 4E | 0 | 20 | 35 | 9B | 40 | 1D |
| Octal | 32 | 170 | 121 | 116 | 0 | 40 | 65 | 233 | 100 | 35 |
| Binary | 11010 | 1111000 | 1010001 | 1001110 | 0 | 100000 | 110101 | 10011011 | 1000000 | 11101 |
Color Harmonies of #1A7851
Complementary color
Monochromatic Colors of #1A7851
Black with #1A7851
Text Example
Text Example
White with #1A7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7851; }
p { color: rgb(26,120,81); }
H1.HeaderClassName
{
color: #1A7851;
}
.AnyTagClassName
{
color: #1A7851;
}
</style>
background-color css
<style>
a { background-color: #1A7851; }
a { background-color: rgb(26,120,81); }
div.DivClassName
{
background-color: #1A7851;
}
.BgClassName
{
background-color: #1A7851;
}
</style>
border-color css
<style>
span { border-color: #1A7851; }
span { border-color: rgb(26,120,81); }
td.TdClassName
{
border-color: #1A7851;
}
.TagClassName
{
border-color: #1A7851;
}
</style>