Html Css Color HEX #137D4B Salem

📋 copy color: '#137D4B'

red 19 ◦ green 125 ◦ blue 75

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

Shades of Salem #137D4B

Tints of Salem #137D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 8.68%
G = 57.08%
B = 34.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#137D4B (or 0x137D4B) is known color: Salem. HEX triplet: 13, 7D and 4B. RGB value is (19,125,75). Sum of RGB (Red+Green+Blue) = 19+125+75=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #137D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D4B is #EC82B4. Grayscale: #575757. Windows color (decimal): -15499957 or 4947219. OLE color: 4947219.

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

Color convert

RGB 19 125 75 -
CMYK 0.85 0 0.40 0.51
HSL 151.7º 0.74% 0.28% -
HSV(B) 151.7º 0.85% 0.49% -
XYZ 8.87 15.31 9.14 -
YUV 87.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 19 125 75 0.85 0 0.40 0.51 151.7 0.74 0.28
Hex 13 7D 4B 55 0 28 33 98 4A 1C
Octal 23 175 113 125 0 50 63 230 112 34
Binary 10011 1111101 1001011 1010101 0 101000 110011 10011000 1001010 11100

Color Harmonies of #137D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D4B

Black with #137D4B

Text Example


Text Example

White with #137D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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