Html Css Color HEX #137156 Salem

📋 copy color: '#137156'

red 19 ◦ green 113 ◦ blue 86

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

Shades of Salem #137156

Tints of Salem #137156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

 BLUE value IS 86 (33.98% from 255) = 39.45%

R = 8.72%
G = 51.83%
B = 39.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#137156 (or 0x137156) is known color: Salem. HEX triplet: 13, 71 and 56. RGB value is (19,113,86). Sum of RGB (Red+Green+Blue) = 19+113+86=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #137156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137156 is #EC8EA9. Grayscale: #515151. Windows color (decimal): -15503018 or 5665043. OLE color: 5665043.

HSL color Cylindrical-coordinate representation of color #137156: hue angle of 162.77º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137156 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 86 -
CMYK 0.83 0 0.24 0.56
HSL 162.77º 0.71% 0.26% -
HSV(B) 162.77º 0.83% 0.44% -
XYZ 7.85 12.62 10.83 -
YUV 81.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 19 113 86 0.83 0 0.24 0.56 162.77 0.71 0.26
Hex 13 71 56 53 0 18 38 A3 47 1A
Octal 23 161 126 123 0 30 70 243 107 32
Binary 10011 1110001 1010110 1010011 0 11000 111000 10100011 1000111 11010

Color Harmonies of #137156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137156

Black with #137156

Text Example


Text Example

White with #137156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137156; }

 p { color: rgb(19,113,86); }

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

background-color css

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

 a { background-color: rgb(19,113,86); }

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

border-color css

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

 span { border-color: rgb(19,113,86); }

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