Html Css Color HEX #137D53 Salem

📋 copy color: '#137D53'

red 19 ◦ green 125 ◦ blue 83

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

Shades of Salem #137D53

Tints of Salem #137D53

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.07%

 BLUE value IS 83 (32.81% from 255) = 36.56%

R = 8.37%
G = 55.07%
B = 36.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#137D53 (or 0x137D53) is known color: Salem. HEX triplet: 13, 7D and 53. RGB value is (19,125,83). Sum of RGB (Red+Green+Blue) = 19+125+83=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #137D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D53 is #EC82AC. Grayscale: #585858. Windows color (decimal): -15499949 or 5471507. OLE color: 5471507.

HSL color Cylindrical-coordinate representation of color #137D53: hue angle of 156.23º 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 #137D53 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 125 83 -
CMYK 0.85 0 0.34 0.51
HSL 156.23º 0.74% 0.28% -
HSV(B) 156.23º 0.85% 0.49% -
XYZ 9.16 15.43 10.68 -
YUV 88.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 19 125 83 0.85 0 0.34 0.51 156.23 0.74 0.28
Hex 13 7D 53 55 0 22 33 9C 4A 1C
Octal 23 175 123 125 0 42 63 234 112 34
Binary 10011 1111101 1010011 1010101 0 100010 110011 10011100 1001010 11100

Color Harmonies of #137D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D53

Black with #137D53

Text Example


Text Example

White with #137D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,83); }

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

background-color css

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

 a { background-color: rgb(19,125,83); }

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

border-color css

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

 span { border-color: rgb(19,125,83); }

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