Shades of Salem #037C43
Tints of Salem #037C43
RGB
CMYK
RGB Variations
Color information
#037C43 (or 0x037C43) is known color: Salem. HEX triplet: 03, 7C and 43. RGB value is (3,124,67). Sum of RGB (Red+Green+Blue) = 3+124+67=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #037C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037C43 is #FC83BC. Grayscale: #515151. Windows color (decimal): -16548797 or 4422659. OLE color: 4422659.
HSL color Cylindrical-coordinate representation of color #037C43: hue angle of 151.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037C43 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 124 | 67 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.51 |
| HSL | 151.74º | 0.95% | 0.25% | - |
| HSV(B) | 151.74º | 0.98% | 0.49% | - |
| XYZ | 8.26 | 14.84 | 7.74 | - |
| YUV | 81.32 | 119.91 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 67 | 0.98 | 0 | 0.46 | 0.51 | 151.74 | 0.95 | 0.25 |
| Hex | 3 | 7C | 43 | 62 | 0 | 2E | 33 | 98 | 5F | 19 |
| Octal | 3 | 174 | 103 | 142 | 0 | 56 | 63 | 230 | 137 | 31 |
| Binary | 11 | 1111100 | 1000011 | 1100010 | 0 | 101110 | 110011 | 10011000 | 1011111 | 11001 |
Color Harmonies of #037C43
Complementary color
Monochromatic Colors of #037C43
Black with #037C43
Text Example
Text Example
White with #037C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037C43; }
p { color: rgb(3,124,67); }
H1.HeaderClassName
{
color: #037C43;
}
.AnyTagClassName
{
color: #037C43;
}
</style>
background-color css
<style>
a { background-color: #037C43; }
a { background-color: rgb(3,124,67); }
div.DivClassName
{
background-color: #037C43;
}
.BgClassName
{
background-color: #037C43;
}
</style>
border-color css
<style>
span { border-color: #037C43; }
span { border-color: rgb(3,124,67); }
td.TdClassName
{
border-color: #037C43;
}
.TagClassName
{
border-color: #037C43;
}
</style>