Shades of Salem #01853C
Tints of Salem #01853C
RGB
CMYK
RGB Variations
Color information
#01853C (or 0x01853C) is known color: Salem. HEX triplet: 01, 85 and 3C. RGB value is (1,133,60). Sum of RGB (Red+Green+Blue) = 1+133+60=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #01853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01853C is #FE7AC3. Grayscale: #555555. Windows color (decimal): -16677572 or 3966209. OLE color: 3966209.
HSL color Cylindrical-coordinate representation of color #01853C: hue angle of 146.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01853C is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 60 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.48 |
| HSL | 146.82º | 0.99% | 0.26% | - |
| HSV(B) | 146.82º | 0.99% | 0.52% | - |
| XYZ | 9.22 | 17.11 | 7.09 | - |
| YUV | 85.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 60 | 0.99 | 0 | 0.55 | 0.48 | 146.82 | 0.99 | 0.26 |
| Hex | 1 | 85 | 3C | 63 | 0 | 37 | 30 | 93 | 63 | 1A |
| Octal | 1 | 205 | 74 | 143 | 0 | 67 | 60 | 223 | 143 | 32 |
| Binary | 1 | 10000101 | 111100 | 1100011 | 0 | 110111 | 110000 | 10010011 | 1100011 | 11010 |
Color Harmonies of #01853C
Complementary color
Monochromatic Colors of #01853C
Black with #01853C
Text Example
Text Example
White with #01853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01853C; }
p { color: rgb(1,133,60); }
H1.HeaderClassName
{
color: #01853C;
}
.AnyTagClassName
{
color: #01853C;
}
</style>
background-color css
<style>
a { background-color: #01853C; }
a { background-color: rgb(1,133,60); }
div.DivClassName
{
background-color: #01853C;
}
.BgClassName
{
background-color: #01853C;
}
</style>
border-color css
<style>
span { border-color: #01853C; }
span { border-color: rgb(1,133,60); }
td.TdClassName
{
border-color: #01853C;
}
.TagClassName
{
border-color: #01853C;
}
</style>