Shades of Salem #01833E
Tints of Salem #01833E
RGB
CMYK
RGB Variations
Color information
#01833E (or 0x01833E) is known color: Salem. HEX triplet: 01, 83 and 3E. RGB value is (1,131,62). Sum of RGB (Red+Green+Blue) = 1+131+62=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #01833E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01833E is #FE7CC1. Grayscale: #545454. Windows color (decimal): -16678082 or 4096769. OLE color: 4096769.
HSL color Cylindrical-coordinate representation of color #01833E: hue angle of 148.15º 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 #01833E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 62 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.49 |
| HSL | 148.15º | 0.98% | 0.26% | - |
| HSV(B) | 148.15º | 0.99% | 0.51% | - |
| XYZ | 9 | 16.59 | 7.28 | - |
| YUV | 84.26 | 115.43 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 62 | 0.99 | 0 | 0.53 | 0.49 | 148.15 | 0.98 | 0.26 |
| Hex | 1 | 83 | 3E | 63 | 0 | 35 | 31 | 94 | 62 | 1A |
| Octal | 1 | 203 | 76 | 143 | 0 | 65 | 61 | 224 | 142 | 32 |
| Binary | 1 | 10000011 | 111110 | 1100011 | 0 | 110101 | 110001 | 10010100 | 1100010 | 11010 |
Color Harmonies of #01833E
Complementary color
Monochromatic Colors of #01833E
Black with #01833E
Text Example
Text Example
White with #01833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01833E; }
p { color: rgb(1,131,62); }
H1.HeaderClassName
{
color: #01833E;
}
.AnyTagClassName
{
color: #01833E;
}
</style>
background-color css
<style>
a { background-color: #01833E; }
a { background-color: rgb(1,131,62); }
div.DivClassName
{
background-color: #01833E;
}
.BgClassName
{
background-color: #01833E;
}
</style>
border-color css
<style>
span { border-color: #01833E; }
span { border-color: rgb(1,131,62); }
td.TdClassName
{
border-color: #01833E;
}
.TagClassName
{
border-color: #01833E;
}
</style>