Html Css Color HEX #137657 Salem

📋 copy color: '#137657'

red 19 ◦ green 118 ◦ blue 87

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

Shades of Salem #137657

Tints of Salem #137657

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 8.48%
G = 52.68%
B = 38.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#137657 (or 0x137657) is known color: Salem. HEX triplet: 13, 76 and 57. RGB value is (19,118,87). Sum of RGB (Red+Green+Blue) = 19+118+87=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #137657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137657 is #EC89A8. Grayscale: #545454. Windows color (decimal): -15501737 or 5731859. OLE color: 5731859.

HSL color Cylindrical-coordinate representation of color #137657: hue angle of 161.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137657 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 87 -
CMYK 0.84 0 0.26 0.54
HSL 161.21º 0.72% 0.27% -
HSV(B) 161.21º 0.84% 0.46% -
XYZ 8.47 13.78 11.23 -
YUV 84.87 129.2 81.02 -
System Red Green Blue C M Y K H S L
Decimal 19 118 87 0.84 0 0.26 0.54 161.21 0.72 0.27
Hex 13 76 57 54 0 1A 36 A1 48 1B
Octal 23 166 127 124 0 32 66 241 110 33
Binary 10011 1110110 1010111 1010100 0 11010 110110 10100001 1001000 11011

Color Harmonies of #137657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137657

Black with #137657

Text Example


Text Example

White with #137657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137657; }

 p { color: rgb(19,118,87); }

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

background-color css

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

 a { background-color: rgb(19,118,87); }

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

border-color css

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

 span { border-color: rgb(19,118,87); }

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