Shades of Salem #1A814A
Tints of Salem #1A814A
RGB
CMYK
RGB Variations
Color information
#1A814A (or 0x1A814A) is known color: Salem. HEX triplet: 1A, 81 and 4A. RGB value is (26,129,74). Sum of RGB (Red+Green+Blue) = 26+129+74=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #1A814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A814A is #E57EB5. Grayscale: #5C5C5C. Windows color (decimal): -15040182 or 4882714. OLE color: 4882714.
HSL color Cylindrical-coordinate representation of color #1A814A: hue angle of 147.96º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A814A is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 74 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.49 |
| HSL | 147.96º | 0.66% | 0.3% | - |
| HSV(B) | 147.96º | 0.8% | 0.51% | - |
| XYZ | 9.51 | 16.41 | 9.15 | - |
| YUV | 91.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 74 | 0.80 | 0 | 0.43 | 0.49 | 147.96 | 0.66 | 0.3 |
| Hex | 1A | 81 | 4A | 50 | 0 | 2B | 31 | 94 | 42 | 1E |
| Octal | 32 | 201 | 112 | 120 | 0 | 53 | 61 | 224 | 102 | 36 |
| Binary | 11010 | 10000001 | 1001010 | 1010000 | 0 | 101011 | 110001 | 10010100 | 1000010 | 11110 |
Color Harmonies of #1A814A
Complementary color
Monochromatic Colors of #1A814A
Black with #1A814A
Text Example
Text Example
White with #1A814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A814A; }
p { color: rgb(26,129,74); }
H1.HeaderClassName
{
color: #1A814A;
}
.AnyTagClassName
{
color: #1A814A;
}
</style>
background-color css
<style>
a { background-color: #1A814A; }
a { background-color: rgb(26,129,74); }
div.DivClassName
{
background-color: #1A814A;
}
.BgClassName
{
background-color: #1A814A;
}
</style>
border-color css
<style>
span { border-color: #1A814A; }
span { border-color: rgb(26,129,74); }
td.TdClassName
{
border-color: #1A814A;
}
.TagClassName
{
border-color: #1A814A;
}
</style>