Html Css Color HEX #137D58 Salem

📋 copy color: '#137D58'

red 19 ◦ green 125 ◦ blue 88

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

Shades of Salem #137D58

Tints of Salem #137D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 8.19%
G = 53.88%
B = 37.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#137D58 (or 0x137D58) is known color: Salem. HEX triplet: 13, 7D and 58. RGB value is (19,125,88). Sum of RGB (Red+Green+Blue) = 19+125+88=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #137D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D58 is #EC82A7. Grayscale: #595959. Windows color (decimal): -15499944 or 5799187. OLE color: 5799187.

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

Color convert

RGB 19 125 88 -
CMYK 0.85 0 0.30 0.51
HSL 159.06º 0.74% 0.28% -
HSV(B) 159.06º 0.85% 0.49% -
XYZ 9.36 15.51 11.73 -
YUV 89.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 19 125 88 0.85 0 0.30 0.51 159.06 0.74 0.28
Hex 13 7D 58 55 0 1E 33 9F 4A 1C
Octal 23 175 130 125 0 36 63 237 112 34
Binary 10011 1111101 1011000 1010101 0 11110 110011 10011111 1001010 11100

Color Harmonies of #137D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D58

Black with #137D58

Text Example


Text Example

White with #137D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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