Html Css Color HEX #137F4A Salem

📋 copy color: '#137F4A'

red 19 ◦ green 127 ◦ blue 74

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

Shades of Salem #137F4A

Tints of Salem #137F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 57.73%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 8.64%
G = 57.73%
B = 33.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#137F4A (or 0x137F4A) is known color: Salem. HEX triplet: 13, 7F and 4A. RGB value is (19,127,74). Sum of RGB (Red+Green+Blue) = 19+127+74=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #137F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F4A is #EC80B5. Grayscale: #585858. Windows color (decimal): -15499446 or 4882195. OLE color: 4882195.

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

Color convert

RGB 19 127 74 -
CMYK 0.85 0 0.42 0.50
HSL 150.56º 0.74% 0.29% -
HSV(B) 150.56º 0.85% 0.5% -
XYZ 9.09 15.81 9.05 -
YUV 88.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 19 127 74 0.85 0 0.42 0.50 150.56 0.74 0.29
Hex 13 7F 4A 55 0 2A 32 97 4A 1D
Octal 23 177 112 125 0 52 62 227 112 35
Binary 10011 1111111 1001010 1010101 0 101010 110010 10010111 1001010 11101

Color Harmonies of #137F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F4A

Black with #137F4A

Text Example


Text Example

White with #137F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,74); }

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

background-color css

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

 a { background-color: rgb(19,127,74); }

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

border-color css

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

 span { border-color: rgb(19,127,74); }

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