Shades of Salem #038441
Tints of Salem #038441
RGB
CMYK
RGB Variations
Color information
#038441 (or 0x038441) is known color: Salem. HEX triplet: 03, 84 and 41. RGB value is (3,132,65). Sum of RGB (Red+Green+Blue) = 3+132+65=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #038441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038441 is #FC7BBE. Grayscale: #555555. Windows color (decimal): -16546751 or 4293635. OLE color: 4293635.
HSL color Cylindrical-coordinate representation of color #038441: hue angle of 148.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038441 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 132 | 65 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.48 |
| HSL | 148.84º | 0.96% | 0.26% | - |
| HSV(B) | 148.84º | 0.98% | 0.52% | - |
| XYZ | 9.24 | 16.9 | 7.78 | - |
| YUV | 85.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 65 | 0.98 | 0 | 0.51 | 0.48 | 148.84 | 0.96 | 0.26 |
| Hex | 3 | 84 | 41 | 62 | 0 | 33 | 30 | 95 | 60 | 1A |
| Octal | 3 | 204 | 101 | 142 | 0 | 63 | 60 | 225 | 140 | 32 |
| Binary | 11 | 10000100 | 1000001 | 1100010 | 0 | 110011 | 110000 | 10010101 | 1100000 | 11010 |
Color Harmonies of #038441
Complementary color
Monochromatic Colors of #038441
Black with #038441
Text Example
Text Example
White with #038441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038441; }
p { color: rgb(3,132,65); }
H1.HeaderClassName
{
color: #038441;
}
.AnyTagClassName
{
color: #038441;
}
</style>
background-color css
<style>
a { background-color: #038441; }
a { background-color: rgb(3,132,65); }
div.DivClassName
{
background-color: #038441;
}
.BgClassName
{
background-color: #038441;
}
</style>
border-color css
<style>
span { border-color: #038441; }
span { border-color: rgb(3,132,65); }
td.TdClassName
{
border-color: #038441;
}
.TagClassName
{
border-color: #038441;
}
</style>