Shades of Salem #038A44
Tints of Salem #038A44
RGB
CMYK
RGB Variations
Color information
#038A44 (or 0x038A44) is known color: Salem. HEX triplet: 03, 8A and 44. RGB value is (3,138,68). Sum of RGB (Red+Green+Blue) = 3+138+68=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #038A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A44 is #FC75BB. Grayscale: #595959. Windows color (decimal): -16545212 or 4491779. OLE color: 4491779.
HSL color Cylindrical-coordinate representation of color #038A44: hue angle of 148.89º 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 #038A44 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 68 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.46 |
| HSL | 148.89º | 0.96% | 0.28% | - |
| HSV(B) | 148.89º | 0.98% | 0.54% | - |
| XYZ | 10.17 | 18.61 | 8.53 | - |
| YUV | 89.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 68 | 0.98 | 0 | 0.51 | 0.46 | 148.89 | 0.96 | 0.28 |
| Hex | 3 | 8A | 44 | 62 | 0 | 33 | 2E | 95 | 60 | 1C |
| Octal | 3 | 212 | 104 | 142 | 0 | 63 | 56 | 225 | 140 | 34 |
| Binary | 11 | 10001010 | 1000100 | 1100010 | 0 | 110011 | 101110 | 10010101 | 1100000 | 11100 |
Color Harmonies of #038A44
Complementary color
Monochromatic Colors of #038A44
Black with #038A44
Text Example
Text Example
White with #038A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A44; }
p { color: rgb(3,138,68); }
H1.HeaderClassName
{
color: #038A44;
}
.AnyTagClassName
{
color: #038A44;
}
</style>
background-color css
<style>
a { background-color: #038A44; }
a { background-color: rgb(3,138,68); }
div.DivClassName
{
background-color: #038A44;
}
.BgClassName
{
background-color: #038A44;
}
</style>
border-color css
<style>
span { border-color: #038A44; }
span { border-color: rgb(3,138,68); }
td.TdClassName
{
border-color: #038A44;
}
.TagClassName
{
border-color: #038A44;
}
</style>