Html Css Color HEX #137650 Salem

📋 copy color: '#137650'

red 19 ◦ green 118 ◦ blue 80

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

Shades of Salem #137650

Tints of Salem #137650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 8.76%
G = 54.38%
B = 36.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#137650 (or 0x137650) is known color: Salem. HEX triplet: 13, 76 and 50. RGB value is (19,118,80). Sum of RGB (Red+Green+Blue) = 19+118+80=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #137650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137650 is #EC89AF. Grayscale: #545454. Windows color (decimal): -15501744 or 5273107. OLE color: 5273107.

HSL color Cylindrical-coordinate representation of color #137650: hue angle of 156.97º 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 #137650 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 80 -
CMYK 0.84 0 0.32 0.54
HSL 156.97º 0.72% 0.27% -
HSV(B) 156.97º 0.84% 0.46% -
XYZ 8.19 13.67 9.8 -
YUV 84.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 19 118 80 0.84 0 0.32 0.54 156.97 0.72 0.27
Hex 13 76 50 54 0 20 36 9D 48 1B
Octal 23 166 120 124 0 40 66 235 110 33
Binary 10011 1110110 1010000 1010100 0 100000 110110 10011101 1001000 11011

Color Harmonies of #137650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137650

Black with #137650

Text Example


Text Example

White with #137650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137650; }

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

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

background-color css

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

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

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

border-color css

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

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

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