Shades of Salem #01883B
Tints of Salem #01883B
RGB
CMYK
RGB Variations
Color information
#01883B (or 0x01883B) is known color: Salem. HEX triplet: 01, 88 and 3B. RGB value is (1,136,59). Sum of RGB (Red+Green+Blue) = 1+136+59=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #01883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01883B is #FE77C4. Grayscale: #575757. Windows color (decimal): -16676805 or 3901441. OLE color: 3901441.
HSL color Cylindrical-coordinate representation of color #01883B: hue angle of 145.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01883B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 59 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.47 |
| HSL | 145.78º | 0.99% | 0.27% | - |
| HSV(B) | 145.78º | 0.99% | 0.53% | - |
| XYZ | 9.61 | 17.93 | 7.09 | - |
| YUV | 86.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 59 | 0.99 | 0 | 0.57 | 0.47 | 145.78 | 0.99 | 0.27 |
| Hex | 1 | 88 | 3B | 63 | 0 | 39 | 2F | 92 | 63 | 1B |
| Octal | 1 | 210 | 73 | 143 | 0 | 71 | 57 | 222 | 143 | 33 |
| Binary | 1 | 10001000 | 111011 | 1100011 | 0 | 111001 | 101111 | 10010010 | 1100011 | 11011 |
Color Harmonies of #01883B
Complementary color
Monochromatic Colors of #01883B
Black with #01883B
Text Example
Text Example
White with #01883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01883B; }
p { color: rgb(1,136,59); }
H1.HeaderClassName
{
color: #01883B;
}
.AnyTagClassName
{
color: #01883B;
}
</style>
background-color css
<style>
a { background-color: #01883B; }
a { background-color: rgb(1,136,59); }
div.DivClassName
{
background-color: #01883B;
}
.BgClassName
{
background-color: #01883B;
}
</style>
border-color css
<style>
span { border-color: #01883B; }
span { border-color: rgb(1,136,59); }
td.TdClassName
{
border-color: #01883B;
}
.TagClassName
{
border-color: #01883B;
}
</style>