Html Css Color HEX #137B50 Salem

📋 copy color: '#137B50'

red 19 ◦ green 123 ◦ blue 80

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

Shades of Salem #137B50

Tints of Salem #137B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.41%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 8.56%
G = 55.41%
B = 36.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#137B50 (or 0x137B50) is known color: Salem. HEX triplet: 13, 7B and 50. RGB value is (19,123,80). Sum of RGB (Red+Green+Blue) = 19+123+80=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #137B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B50 is #EC84AF. Grayscale: #575757. Windows color (decimal): -15500464 or 5274387. OLE color: 5274387.

HSL color Cylindrical-coordinate representation of color #137B50: hue angle of 155.19º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B50 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 80 -
CMYK 0.85 0 0.35 0.52
HSL 155.19º 0.73% 0.28% -
HSV(B) 155.19º 0.85% 0.48% -
XYZ 8.8 14.88 10 -
YUV 87 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 19 123 80 0.85 0 0.35 0.52 155.19 0.73 0.28
Hex 13 7B 50 55 0 23 34 9B 49 1C
Octal 23 173 120 125 0 43 64 233 111 34
Binary 10011 1111011 1010000 1010101 0 100011 110100 10011011 1001001 11100

Color Harmonies of #137B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B50

Black with #137B50

Text Example


Text Example

White with #137B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,80); }

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

background-color css

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

 a { background-color: rgb(19,123,80); }

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

border-color css

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

 span { border-color: rgb(19,123,80); }

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