Shades of Salem #03873B
Tints of Salem #03873B
RGB
CMYK
RGB Variations
Color information
#03873B (or 0x03873B) is known color: Salem. HEX triplet: 03, 87 and 3B. RGB value is (3,135,59). Sum of RGB (Red+Green+Blue) = 3+135+59=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #03873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03873B is #FC78C4. Grayscale: #575757. Windows color (decimal): -16545989 or 3901187. OLE color: 3901187.
HSL color Cylindrical-coordinate representation of color #03873B: hue angle of 145.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03873B is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 135 | 59 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.47 |
| HSL | 145.45º | 0.96% | 0.27% | - |
| HSV(B) | 145.45º | 0.98% | 0.53% | - |
| XYZ | 9.49 | 17.66 | 7.05 | - |
| YUV | 86.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 59 | 0.98 | 0 | 0.56 | 0.47 | 145.45 | 0.96 | 0.27 |
| Hex | 3 | 87 | 3B | 62 | 0 | 38 | 2F | 91 | 60 | 1B |
| Octal | 3 | 207 | 73 | 142 | 0 | 70 | 57 | 221 | 140 | 33 |
| Binary | 11 | 10000111 | 111011 | 1100010 | 0 | 111000 | 101111 | 10010001 | 1100000 | 11011 |
Color Harmonies of #03873B
Complementary color
Monochromatic Colors of #03873B
Black with #03873B
Text Example
Text Example
White with #03873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03873B; }
p { color: rgb(3,135,59); }
H1.HeaderClassName
{
color: #03873B;
}
.AnyTagClassName
{
color: #03873B;
}
</style>
background-color css
<style>
a { background-color: #03873B; }
a { background-color: rgb(3,135,59); }
div.DivClassName
{
background-color: #03873B;
}
.BgClassName
{
background-color: #03873B;
}
</style>
border-color css
<style>
span { border-color: #03873B; }
span { border-color: rgb(3,135,59); }
td.TdClassName
{
border-color: #03873B;
}
.TagClassName
{
border-color: #03873B;
}
</style>