Shades of Salem #03813F
Tints of Salem #03813F
RGB
CMYK
RGB Variations
Color information
#03813F (or 0x03813F) is known color: Salem. HEX triplet: 03, 81 and 3F. RGB value is (3,129,63). Sum of RGB (Red+Green+Blue) = 3+129+63=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #03813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03813F is #FC7EC0. Grayscale: #535353. Windows color (decimal): -16547521 or 4161795. OLE color: 4161795.
HSL color Cylindrical-coordinate representation of color #03813F: hue angle of 148.57º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03813F is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 63 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.49 |
| HSL | 148.57º | 0.95% | 0.26% | - |
| HSV(B) | 148.57º | 0.98% | 0.51% | - |
| XYZ | 8.79 | 16.08 | 7.34 | - |
| YUV | 83.8 | 116.26 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 63 | 0.98 | 0 | 0.51 | 0.49 | 148.57 | 0.95 | 0.26 |
| Hex | 3 | 81 | 3F | 62 | 0 | 33 | 31 | 95 | 5F | 1A |
| Octal | 3 | 201 | 77 | 142 | 0 | 63 | 61 | 225 | 137 | 32 |
| Binary | 11 | 10000001 | 111111 | 1100010 | 0 | 110011 | 110001 | 10010101 | 1011111 | 11010 |
Color Harmonies of #03813F
Complementary color
Monochromatic Colors of #03813F
Black with #03813F
Text Example
Text Example
White with #03813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03813F; }
p { color: rgb(3,129,63); }
H1.HeaderClassName
{
color: #03813F;
}
.AnyTagClassName
{
color: #03813F;
}
</style>
background-color css
<style>
a { background-color: #03813F; }
a { background-color: rgb(3,129,63); }
div.DivClassName
{
background-color: #03813F;
}
.BgClassName
{
background-color: #03813F;
}
</style>
border-color css
<style>
span { border-color: #03813F; }
span { border-color: rgb(3,129,63); }
td.TdClassName
{
border-color: #03813F;
}
.TagClassName
{
border-color: #03813F;
}
</style>