Html Css Color HEX #137E49 Salem

📋 copy color: '#137E49'

red 19 ◦ green 126 ◦ blue 73

#137E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #137E49

Tints of Salem #137E49

RGB

 RED value IS 19 (7.81% from 255) = 8.72%

 GREEN value IS 126 (49.61% from 255) = 57.8%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 8.72%
G = 57.8%
B = 33.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#137E49 (or 0x137E49) is known color: Salem. HEX triplet: 13, 7E and 49. RGB value is (19,126,73). Sum of RGB (Red+Green+Blue) = 19+126+73=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #137E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E49 is #EC81B6. Grayscale: #585858. Windows color (decimal): -15499703 or 4816403. OLE color: 4816403.

HSL color Cylindrical-coordinate representation of color #137E49: hue angle of 150.28º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137E49 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 126 73 -
CMYK 0.85 0 0.42 0.51
HSL 150.28º 0.74% 0.28% -
HSV(B) 150.28º 0.85% 0.49% -
XYZ 8.93 15.54 8.83 -
YUV 87.97 119.55 78.81 -
System Red Green Blue C M Y K H S L
Decimal 19 126 73 0.85 0 0.42 0.51 150.28 0.74 0.28
Hex 13 7E 49 55 0 2A 33 96 4A 1C
Octal 23 176 111 125 0 52 63 226 112 34
Binary 10011 1111110 1001001 1010101 0 101010 110011 10010110 1001010 11100

Color Harmonies of #137E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137E49

Black with #137E49

Text Example


Text Example

White with #137E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137E49; }

 p { color: rgb(19,126,73); }

 H1.HeaderClassName
 {
   color: #137E49;
 }
 .AnyTagClassName
 {
   color: #137E49;
 }
</style>

background-color css

<style>
 a { background-color: #137E49; }

 a { background-color: rgb(19,126,73); }

 div.DivClassName
 {
   background-color: #137E49;
 }
 .BgClassName
 {
   background-color: #137E49;
 }
</style>

border-color css

<style>
 span { border-color: #137E49; }

 span { border-color: rgb(19,126,73); }

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