Shades of Salem #1A804A
Tints of Salem #1A804A
RGB
CMYK
RGB Variations
Color information
#1A804A (or 0x1A804A) is known color: Salem. HEX triplet: 1A, 80 and 4A. RGB value is (26,128,74). Sum of RGB (Red+Green+Blue) = 26+128+74=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #1A804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A804A is #E57FB5. Grayscale: #5B5B5B. Windows color (decimal): -15040438 or 4882458. OLE color: 4882458.
HSL color Cylindrical-coordinate representation of color #1A804A: hue angle of 148.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A804A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 74 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.50 |
| HSL | 148.24º | 0.66% | 0.3% | - |
| HSV(B) | 148.24º | 0.8% | 0.5% | - |
| XYZ | 9.38 | 16.15 | 9.1 | - |
| YUV | 91.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 74 | 0.80 | 0 | 0.42 | 0.50 | 148.24 | 0.66 | 0.3 |
| Hex | 1A | 80 | 4A | 50 | 0 | 2A | 32 | 94 | 42 | 1E |
| Octal | 32 | 200 | 112 | 120 | 0 | 52 | 62 | 224 | 102 | 36 |
| Binary | 11010 | 10000000 | 1001010 | 1010000 | 0 | 101010 | 110010 | 10010100 | 1000010 | 11110 |
Color Harmonies of #1A804A
Complementary color
Monochromatic Colors of #1A804A
Black with #1A804A
Text Example
Text Example
White with #1A804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A804A; }
p { color: rgb(26,128,74); }
H1.HeaderClassName
{
color: #1A804A;
}
.AnyTagClassName
{
color: #1A804A;
}
</style>
background-color css
<style>
a { background-color: #1A804A; }
a { background-color: rgb(26,128,74); }
div.DivClassName
{
background-color: #1A804A;
}
.BgClassName
{
background-color: #1A804A;
}
</style>
border-color css
<style>
span { border-color: #1A804A; }
span { border-color: rgb(26,128,74); }
td.TdClassName
{
border-color: #1A804A;
}
.TagClassName
{
border-color: #1A804A;
}
</style>