Shades of Salem #03863D
Tints of Salem #03863D
RGB
CMYK
RGB Variations
Color information
#03863D (or 0x03863D) is known color: Salem. HEX triplet: 03, 86 and 3D. RGB value is (3,134,61). Sum of RGB (Red+Green+Blue) = 3+134+61=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 134 (52.73% from 255 or 67.68% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 134 - color contains mainly: green. Hex color #03863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03863D is #FC79C2. Grayscale: #565656. Windows color (decimal): -16546243 or 4032003. OLE color: 4032003.
HSL color Cylindrical-coordinate representation of color #03863D: hue angle of 146.56º 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 #03863D is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 61 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.47 |
| HSL | 146.56º | 0.96% | 0.27% | - |
| HSV(B) | 146.56º | 0.98% | 0.53% | - |
| XYZ | 9.4 | 17.41 | 7.28 | - |
| YUV | 86.51 | 113.6 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 61 | 0.98 | 0 | 0.54 | 0.47 | 146.56 | 0.96 | 0.27 |
| Hex | 3 | 86 | 3D | 62 | 0 | 36 | 2F | 93 | 60 | 1B |
| Octal | 3 | 206 | 75 | 142 | 0 | 66 | 57 | 223 | 140 | 33 |
| Binary | 11 | 10000110 | 111101 | 1100010 | 0 | 110110 | 101111 | 10010011 | 1100000 | 11011 |
Color Harmonies of #03863D
Complementary color
Monochromatic Colors of #03863D
Black with #03863D
Text Example
Text Example
White with #03863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03863D; }
p { color: rgb(3,134,61); }
H1.HeaderClassName
{
color: #03863D;
}
.AnyTagClassName
{
color: #03863D;
}
</style>
background-color css
<style>
a { background-color: #03863D; }
a { background-color: rgb(3,134,61); }
div.DivClassName
{
background-color: #03863D;
}
.BgClassName
{
background-color: #03863D;
}
</style>
border-color css
<style>
span { border-color: #03863D; }
span { border-color: rgb(3,134,61); }
td.TdClassName
{
border-color: #03863D;
}
.TagClassName
{
border-color: #03863D;
}
</style>