Shades of Salem #01824A
Tints of Salem #01824A
RGB
CMYK
RGB Variations
Color information
#01824A (or 0x01824A) is known color: Salem. HEX triplet: 01, 82 and 4A. RGB value is (1,130,74). Sum of RGB (Red+Green+Blue) = 1+130+74=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #01824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01824A is #FE7DB5. Grayscale: #555555. Windows color (decimal): -16678326 or 4882945. OLE color: 4882945.
HSL color Cylindrical-coordinate representation of color #01824A: hue angle of 153.95º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01824A is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 74 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.49 |
| HSL | 153.95º | 0.98% | 0.26% | - |
| HSV(B) | 153.95º | 0.99% | 0.51% | - |
| XYZ | 9.23 | 16.47 | 9.17 | - |
| YUV | 85.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 74 | 0.99 | 0 | 0.43 | 0.49 | 153.95 | 0.98 | 0.26 |
| Hex | 1 | 82 | 4A | 63 | 0 | 2B | 31 | 9A | 62 | 1A |
| Octal | 1 | 202 | 112 | 143 | 0 | 53 | 61 | 232 | 142 | 32 |
| Binary | 1 | 10000010 | 1001010 | 1100011 | 0 | 101011 | 110001 | 10011010 | 1100010 | 11010 |
Color Harmonies of #01824A
Complementary color
Monochromatic Colors of #01824A
Black with #01824A
Text Example
Text Example
White with #01824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01824A; }
p { color: rgb(1,130,74); }
H1.HeaderClassName
{
color: #01824A;
}
.AnyTagClassName
{
color: #01824A;
}
</style>
background-color css
<style>
a { background-color: #01824A; }
a { background-color: rgb(1,130,74); }
div.DivClassName
{
background-color: #01824A;
}
.BgClassName
{
background-color: #01824A;
}
</style>
border-color css
<style>
span { border-color: #01824A; }
span { border-color: rgb(1,130,74); }
td.TdClassName
{
border-color: #01824A;
}
.TagClassName
{
border-color: #01824A;
}
</style>