Shades of Salem #038246
Tints of Salem #038246
RGB
CMYK
RGB Variations
Color information
#038246 (or 0x038246) is known color: Salem. HEX triplet: 03, 82 and 46. RGB value is (3,130,70). Sum of RGB (Red+Green+Blue) = 3+130+70=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #038246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038246 is #FC7DB9. Grayscale: #555555. Windows color (decimal): -16547258 or 4620803. OLE color: 4620803.
HSL color Cylindrical-coordinate representation of color #038246: hue angle of 151.65º 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 #038246 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 70 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.49 |
| HSL | 151.65º | 0.95% | 0.26% | - |
| HSV(B) | 151.65º | 0.98% | 0.51% | - |
| XYZ | 9.13 | 16.43 | 8.48 | - |
| YUV | 85.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 70 | 0.98 | 0 | 0.46 | 0.49 | 151.65 | 0.95 | 0.26 |
| Hex | 3 | 82 | 46 | 62 | 0 | 2E | 31 | 98 | 5F | 1A |
| Octal | 3 | 202 | 106 | 142 | 0 | 56 | 61 | 230 | 137 | 32 |
| Binary | 11 | 10000010 | 1000110 | 1100010 | 0 | 101110 | 110001 | 10011000 | 1011111 | 11010 |
Color Harmonies of #038246
Complementary color
Monochromatic Colors of #038246
Black with #038246
Text Example
Text Example
White with #038246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038246; }
p { color: rgb(3,130,70); }
H1.HeaderClassName
{
color: #038246;
}
.AnyTagClassName
{
color: #038246;
}
</style>
background-color css
<style>
a { background-color: #038246; }
a { background-color: rgb(3,130,70); }
div.DivClassName
{
background-color: #038246;
}
.BgClassName
{
background-color: #038246;
}
</style>
border-color css
<style>
span { border-color: #038246; }
span { border-color: rgb(3,130,70); }
td.TdClassName
{
border-color: #038246;
}
.TagClassName
{
border-color: #038246;
}
</style>