Shades of Salem #038240
Tints of Salem #038240
RGB
CMYK
RGB Variations
Color information
#038240 (or 0x038240) is known color: Salem. HEX triplet: 03, 82 and 40. RGB value is (3,130,64). Sum of RGB (Red+Green+Blue) = 3+130+64=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #038240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038240 is #FC7DBF. Grayscale: #545454. Windows color (decimal): -16547264 or 4227587. OLE color: 4227587.
HSL color Cylindrical-coordinate representation of color #038240: hue angle of 148.82º 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 #038240 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 64 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.49 |
| HSL | 148.82º | 0.95% | 0.26% | - |
| HSV(B) | 148.82º | 0.98% | 0.51% | - |
| XYZ | 8.95 | 16.35 | 7.54 | - |
| YUV | 84.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 64 | 0.98 | 0 | 0.51 | 0.49 | 148.82 | 0.95 | 0.26 |
| Hex | 3 | 82 | 40 | 62 | 0 | 33 | 31 | 95 | 5F | 1A |
| Octal | 3 | 202 | 100 | 142 | 0 | 63 | 61 | 225 | 137 | 32 |
| Binary | 11 | 10000010 | 1000000 | 1100010 | 0 | 110011 | 110001 | 10010101 | 1011111 | 11010 |
Color Harmonies of #038240
Complementary color
Monochromatic Colors of #038240
Black with #038240
Text Example
Text Example
White with #038240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038240; }
p { color: rgb(3,130,64); }
H1.HeaderClassName
{
color: #038240;
}
.AnyTagClassName
{
color: #038240;
}
</style>
background-color css
<style>
a { background-color: #038240; }
a { background-color: rgb(3,130,64); }
div.DivClassName
{
background-color: #038240;
}
.BgClassName
{
background-color: #038240;
}
</style>
border-color css
<style>
span { border-color: #038240; }
span { border-color: rgb(3,130,64); }
td.TdClassName
{
border-color: #038240;
}
.TagClassName
{
border-color: #038240;
}
</style>