Shades of Salem #1A804C
Tints of Salem #1A804C
RGB
CMYK
RGB Variations
Color information
#1A804C (or 0x1A804C) is known color: Salem. HEX triplet: 1A, 80 and 4C. RGB value is (26,128,76). Sum of RGB (Red+Green+Blue) = 26+128+76=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #1A804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A804C is #E57FB3. Grayscale: #5B5B5B. Windows color (decimal): -15040436 or 5013530. OLE color: 5013530.
HSL color Cylindrical-coordinate representation of color #1A804C: hue angle of 149.41º 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 #1A804C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 76 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.50 |
| HSL | 149.41º | 0.66% | 0.3% | - |
| HSV(B) | 149.41º | 0.8% | 0.5% | - |
| XYZ | 9.45 | 16.18 | 9.46 | - |
| YUV | 91.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 76 | 0.80 | 0 | 0.41 | 0.50 | 149.41 | 0.66 | 0.3 |
| Hex | 1A | 80 | 4C | 50 | 0 | 29 | 32 | 95 | 42 | 1E |
| Octal | 32 | 200 | 114 | 120 | 0 | 51 | 62 | 225 | 102 | 36 |
| Binary | 11010 | 10000000 | 1001100 | 1010000 | 0 | 101001 | 110010 | 10010101 | 1000010 | 11110 |
Color Harmonies of #1A804C
Complementary color
Monochromatic Colors of #1A804C
Black with #1A804C
Text Example
Text Example
White with #1A804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A804C; }
p { color: rgb(26,128,76); }
H1.HeaderClassName
{
color: #1A804C;
}
.AnyTagClassName
{
color: #1A804C;
}
</style>
background-color css
<style>
a { background-color: #1A804C; }
a { background-color: rgb(26,128,76); }
div.DivClassName
{
background-color: #1A804C;
}
.BgClassName
{
background-color: #1A804C;
}
</style>
border-color css
<style>
span { border-color: #1A804C; }
span { border-color: rgb(26,128,76); }
td.TdClassName
{
border-color: #1A804C;
}
.TagClassName
{
border-color: #1A804C;
}
</style>