Shades of Salem #038A3E
Tints of Salem #038A3E
RGB
CMYK
RGB Variations
Color information
#038A3E (or 0x038A3E) is known color: Salem. HEX triplet: 03, 8A and 3E. RGB value is (3,138,62). Sum of RGB (Red+Green+Blue) = 3+138+62=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #038A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A3E is #FC75C1. Grayscale: #595959. Windows color (decimal): -16545218 or 4098563. OLE color: 4098563.
HSL color Cylindrical-coordinate representation of color #038A3E: hue angle of 146.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A3E is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 62 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.46 |
| HSL | 146.22º | 0.96% | 0.28% | - |
| HSV(B) | 146.22º | 0.98% | 0.54% | - |
| XYZ | 10 | 18.54 | 7.61 | - |
| YUV | 88.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 62 | 0.98 | 0 | 0.55 | 0.46 | 146.22 | 0.96 | 0.28 |
| Hex | 3 | 8A | 3E | 62 | 0 | 37 | 2E | 92 | 60 | 1C |
| Octal | 3 | 212 | 76 | 142 | 0 | 67 | 56 | 222 | 140 | 34 |
| Binary | 11 | 10001010 | 111110 | 1100010 | 0 | 110111 | 101110 | 10010010 | 1100000 | 11100 |
Color Harmonies of #038A3E
Complementary color
Monochromatic Colors of #038A3E
Black with #038A3E
Text Example
Text Example
White with #038A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A3E; }
p { color: rgb(3,138,62); }
H1.HeaderClassName
{
color: #038A3E;
}
.AnyTagClassName
{
color: #038A3E;
}
</style>
background-color css
<style>
a { background-color: #038A3E; }
a { background-color: rgb(3,138,62); }
div.DivClassName
{
background-color: #038A3E;
}
.BgClassName
{
background-color: #038A3E;
}
</style>
border-color css
<style>
span { border-color: #038A3E; }
span { border-color: rgb(3,138,62); }
td.TdClassName
{
border-color: #038A3E;
}
.TagClassName
{
border-color: #038A3E;
}
</style>