Shades of Salem #038B49
Tints of Salem #038B49
RGB
CMYK
RGB Variations
Color information
#038B49 (or 0x038B49) is known color: Salem. HEX triplet: 03, 8B and 49. RGB value is (3,139,73). Sum of RGB (Red+Green+Blue) = 3+139+73=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #038B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B49 is #FC74B6. Grayscale: #5A5A5A. Windows color (decimal): -16544951 or 4819715. OLE color: 4819715.
HSL color Cylindrical-coordinate representation of color #038B49: hue angle of 150.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B49 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 139 | 73 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.45 |
| HSL | 150.88º | 0.96% | 0.28% | - |
| HSV(B) | 150.88º | 0.98% | 0.55% | - |
| XYZ | 10.47 | 18.97 | 9.41 | - |
| YUV | 90.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 73 | 0.98 | 0 | 0.47 | 0.45 | 150.88 | 0.96 | 0.28 |
| Hex | 3 | 8B | 49 | 62 | 0 | 2F | 2D | 97 | 60 | 1C |
| Octal | 3 | 213 | 111 | 142 | 0 | 57 | 55 | 227 | 140 | 34 |
| Binary | 11 | 10001011 | 1001001 | 1100010 | 0 | 101111 | 101101 | 10010111 | 1100000 | 11100 |
Color Harmonies of #038B49
Complementary color
Monochromatic Colors of #038B49
Black with #038B49
Text Example
Text Example
White with #038B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038B49; }
p { color: rgb(3,139,73); }
H1.HeaderClassName
{
color: #038B49;
}
.AnyTagClassName
{
color: #038B49;
}
</style>
background-color css
<style>
a { background-color: #038B49; }
a { background-color: rgb(3,139,73); }
div.DivClassName
{
background-color: #038B49;
}
.BgClassName
{
background-color: #038B49;
}
</style>
border-color css
<style>
span { border-color: #038B49; }
span { border-color: rgb(3,139,73); }
td.TdClassName
{
border-color: #038B49;
}
.TagClassName
{
border-color: #038B49;
}
</style>