Html Css Color HEX #137D54 Salem

📋 copy color: '#137D54'

red 19 ◦ green 125 ◦ blue 84

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

Shades of Salem #137D54

Tints of Salem #137D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 8.33%
G = 54.82%
B = 36.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#137D54 (or 0x137D54) is known color: Salem. HEX triplet: 13, 7D and 54. RGB value is (19,125,84). Sum of RGB (Red+Green+Blue) = 19+125+84=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #137D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D54 is #EC82AB. Grayscale: #585858. Windows color (decimal): -15499948 or 5537043. OLE color: 5537043.

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

Color convert

RGB 19 125 84 -
CMYK 0.85 0 0.33 0.51
HSL 156.79º 0.74% 0.28% -
HSV(B) 156.79º 0.85% 0.49% -
XYZ 9.2 15.45 10.88 -
YUV 88.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 19 125 84 0.85 0 0.33 0.51 156.79 0.74 0.28
Hex 13 7D 54 55 0 21 33 9D 4A 1C
Octal 23 175 124 125 0 41 63 235 112 34
Binary 10011 1111101 1010100 1010101 0 100001 110011 10011101 1001010 11100

Color Harmonies of #137D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D54

Black with #137D54

Text Example


Text Example

White with #137D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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