Shades of Salem #01834B
Tints of Salem #01834B
RGB
CMYK
RGB Variations
Color information
#01834B (or 0x01834B) is known color: Salem. HEX triplet: 01, 83 and 4B. RGB value is (1,131,75). Sum of RGB (Red+Green+Blue) = 1+131+75=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #01834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01834B is #FE7CB4. Grayscale: #555555. Windows color (decimal): -16678069 or 4948737. OLE color: 4948737.
HSL color Cylindrical-coordinate representation of color #01834B: hue angle of 154.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 #01834B is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 75 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.49 |
| HSL | 154.15º | 0.98% | 0.26% | - |
| HSV(B) | 154.15º | 0.99% | 0.51% | - |
| XYZ | 9.4 | 16.75 | 9.39 | - |
| YUV | 85.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 75 | 0.99 | 0 | 0.43 | 0.49 | 154.15 | 0.98 | 0.26 |
| Hex | 1 | 83 | 4B | 63 | 0 | 2B | 31 | 9A | 62 | 1A |
| Octal | 1 | 203 | 113 | 143 | 0 | 53 | 61 | 232 | 142 | 32 |
| Binary | 1 | 10000011 | 1001011 | 1100011 | 0 | 101011 | 110001 | 10011010 | 1100010 | 11010 |
Color Harmonies of #01834B
Complementary color
Monochromatic Colors of #01834B
Black with #01834B
Text Example
Text Example
White with #01834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01834B; }
p { color: rgb(1,131,75); }
H1.HeaderClassName
{
color: #01834B;
}
.AnyTagClassName
{
color: #01834B;
}
</style>
background-color css
<style>
a { background-color: #01834B; }
a { background-color: rgb(1,131,75); }
div.DivClassName
{
background-color: #01834B;
}
.BgClassName
{
background-color: #01834B;
}
</style>
border-color css
<style>
span { border-color: #01834B; }
span { border-color: rgb(1,131,75); }
td.TdClassName
{
border-color: #01834B;
}
.TagClassName
{
border-color: #01834B;
}
</style>