Shades of Salem #1A824B
Tints of Salem #1A824B
RGB
CMYK
RGB Variations
Color information
#1A824B (or 0x1A824B) is known color: Salem. HEX triplet: 1A, 82 and 4B. RGB value is (26,130,75). Sum of RGB (Red+Green+Blue) = 26+130+75=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #1A824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A824B is #E57DB4. Grayscale: #5C5C5C. Windows color (decimal): -15039925 or 4948506. OLE color: 4948506.
HSL color Cylindrical-coordinate representation of color #1A824B: hue angle of 148.27º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A824B is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 130 | 75 | - |
| CMYK | 0.8 | 0 | 0.42 | 0.49 |
| HSL | 148.27º | 0.67% | 0.31% | - |
| HSV(B) | 148.27º | 0.8% | 0.51% | - |
| XYZ | 9.68 | 16.69 | 9.37 | - |
| YUV | 92.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 75 | 0.8 | 0 | 0.42 | 0.49 | 148.27 | 0.67 | 0.31 |
| Hex | 1A | 82 | 4B | 50 | 0 | 2A | 31 | 94 | 43 | 1F |
| Octal | 32 | 202 | 113 | 120 | 0 | 52 | 61 | 224 | 103 | 37 |
| Binary | 11010 | 10000010 | 1001011 | 1010000 | 0 | 101010 | 110001 | 10010100 | 1000011 | 11111 |
Color Harmonies of #1A824B
Complementary color
Monochromatic Colors of #1A824B
Black with #1A824B
Text Example
Text Example
White with #1A824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A824B; }
p { color: rgb(26,130,75); }
H1.HeaderClassName
{
color: #1A824B;
}
.AnyTagClassName
{
color: #1A824B;
}
</style>
background-color css
<style>
a { background-color: #1A824B; }
a { background-color: rgb(26,130,75); }
div.DivClassName
{
background-color: #1A824B;
}
.BgClassName
{
background-color: #1A824B;
}
</style>
border-color css
<style>
span { border-color: #1A824B; }
span { border-color: rgb(26,130,75); }
td.TdClassName
{
border-color: #1A824B;
}
.TagClassName
{
border-color: #1A824B;
}
</style>