Html Css Color HEX #137A50 Salem

📋 copy color: '#137A50'

red 19 ◦ green 122 ◦ blue 80

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

Shades of Salem #137A50

Tints of Salem #137A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.2%

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

R = 8.6%
G = 55.2%
B = 36.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#137A50 (or 0x137A50) is known color: Salem. HEX triplet: 13, 7A and 50. RGB value is (19,122,80). Sum of RGB (Red+Green+Blue) = 19+122+80=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #137A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A50 is #EC85AF. Grayscale: #565656. Windows color (decimal): -15500720 or 5274131. OLE color: 5274131.

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

Color convert

RGB 19 122 80 -
CMYK 0.84 0 0.34 0.52
HSL 155.53º 0.73% 0.28% -
HSV(B) 155.53º 0.84% 0.48% -
XYZ 8.68 14.64 9.96 -
YUV 86.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 19 122 80 0.84 0 0.34 0.52 155.53 0.73 0.28
Hex 13 7A 50 54 0 22 34 9C 49 1C
Octal 23 172 120 124 0 42 64 234 111 34
Binary 10011 1111010 1010000 1010100 0 100010 110100 10011100 1001001 11100

Color Harmonies of #137A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A50

Black with #137A50

Text Example


Text Example

White with #137A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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