Html Css Color HEX #137C4B Salem

📋 copy color: '#137C4B'

red 19 ◦ green 124 ◦ blue 75

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

Shades of Salem #137C4B

Tints of Salem #137C4B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.88%

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

R = 8.72%
G = 56.88%
B = 34.4%

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

#137C4B (or 0x137C4B) is known color: Salem. HEX triplet: 13, 7C and 4B. RGB value is (19,124,75). Sum of RGB (Red+Green+Blue) = 19+124+75=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #137C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C4B is #EC83B4. Grayscale: #575757. Windows color (decimal): -15500213 or 4946963. OLE color: 4946963.

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

Color convert

RGB 19 124 75 -
CMYK 0.85 0 0.40 0.51
HSL 152º 0.73% 0.28% -
HSV(B) 152º 0.85% 0.49% -
XYZ 8.75 15.06 9.1 -
YUV 87.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 19 124 75 0.85 0 0.40 0.51 152 0.73 0.28
Hex 13 7C 4B 55 0 28 33 98 49 1C
Octal 23 174 113 125 0 50 63 230 111 34
Binary 10011 1111100 1001011 1010101 0 101000 110011 10011000 1001001 11100

Color Harmonies of #137C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C4B

Black with #137C4B

Text Example


Text Example

White with #137C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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