Shades of Salem #1A923C
Tints of Salem #1A923C
RGB
CMYK
RGB Variations
Color information
#1A923C (or 0x1A923C) is known color: Salem. HEX triplet: 1A, 92 and 3C. RGB value is (26,146,60). Sum of RGB (Red+Green+Blue) = 26+146+60=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #1A923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A923C is #E56DC3. Grayscale: #646464. Windows color (decimal): -15035844 or 3969562. OLE color: 3969562.
HSL color Cylindrical-coordinate representation of color #1A923C: hue angle of 137º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A923C is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 60 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.43 |
| HSL | 137º | 0.7% | 0.34% | - |
| HSV(B) | 137º | 0.82% | 0.57% | - |
| XYZ | 11.52 | 21.1 | 7.74 | - |
| YUV | 100.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 60 | 0.82 | 0 | 0.59 | 0.43 | 137 | 0.7 | 0.34 |
| Hex | 1A | 92 | 3C | 52 | 0 | 3B | 2B | 89 | 46 | 22 |
| Octal | 32 | 222 | 74 | 122 | 0 | 73 | 53 | 211 | 106 | 42 |
| Binary | 11010 | 10010010 | 111100 | 1010010 | 0 | 111011 | 101011 | 10001001 | 1000110 | 100010 |
Color Harmonies of #1A923C
Complementary color
Monochromatic Colors of #1A923C
Black with #1A923C
Text Example
Text Example
White with #1A923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A923C; }
p { color: rgb(26,146,60); }
H1.HeaderClassName
{
color: #1A923C;
}
.AnyTagClassName
{
color: #1A923C;
}
</style>
background-color css
<style>
a { background-color: #1A923C; }
a { background-color: rgb(26,146,60); }
div.DivClassName
{
background-color: #1A923C;
}
.BgClassName
{
background-color: #1A923C;
}
</style>
border-color css
<style>
span { border-color: #1A923C; }
span { border-color: rgb(26,146,60); }
td.TdClassName
{
border-color: #1A923C;
}
.TagClassName
{
border-color: #1A923C;
}
</style>