#037F49

Color #037F49 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #037F49

Tints of Salem #037F49

Color information

#037F49 (or 0x037F49) is unknown color: approx Salem. HEX triplet: 03, 7F and 49. RGB value is (3,127,73). Sum of RGB (Red+Green+Blue) = 3+127+73=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #037F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037F49 is #FC80B6. Grayscale: #535353. Windows color (decimal): -16548023 or 4816643. OLE color: 4816643.

HSL color Cylindrical-coordinate representation of color #037F49: hue angle of 153.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F49 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB312773-
CMYK0.9800.430.50
HSL153.87º95.38%25.49%-
HSV(B)153.87º97.64%49.8%-
XYZ8.8315.688.86-
YUV83.77121.9270.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 127 (50% from 255) = 62.56%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=1.48%
G=62.56%
B=35.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3127730.9800.430.50153.8795.3825.49
Hex37F496202B329a5f19
Octal31771111420536223213731
Binary11111111110010011100010010101111001010011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037F49; }

 p { color: rgb(3,127,73); }

 H1.HeaderClassName
 {
   color: #037F49;
 }
 .AnyTagClassName
 {
   color: #037F49;
 }
</style>
background-color css

<style>
 a { background-color: #037F49; }

 a { background-color: rgb(3,127,73); }

 div.DivClassName
 {
   background-color: #037F49;
 }
 .BgClassName
 {
   background-color: #037F49;
 }
</style>
border-color css

<style>
 span { border-color: #037F49; }

 span { border-color: rgb(3,127,73); }

 td.TdClassName
 {
   border-color: #037F49;
 }
 .TagClassName
 {
   border-color: #037F49;
 }
</style>