Html Css Color HEX #137656 Salem

📋 copy color: '#137656'

red 19 ◦ green 118 ◦ blue 86

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

Shades of Salem #137656

Tints of Salem #137656

RGB

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

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

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

R = 8.52%
G = 52.91%
B = 38.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#137656 (or 0x137656) is known color: Salem. HEX triplet: 13, 76 and 56. RGB value is (19,118,86). Sum of RGB (Red+Green+Blue) = 19+118+86=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #137656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137656 is #EC89A9. Grayscale: #545454. Windows color (decimal): -15501738 or 5666323. OLE color: 5666323.

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

Color convert

RGB 19 118 86 -
CMYK 0.84 0 0.27 0.54
HSL 160.61º 0.72% 0.27% -
HSV(B) 160.61º 0.84% 0.46% -
XYZ 8.43 13.77 11.02 -
YUV 84.75 128.7 81.1 -
System Red Green Blue C M Y K H S L
Decimal 19 118 86 0.84 0 0.27 0.54 160.61 0.72 0.27
Hex 13 76 56 54 0 1B 36 A1 48 1B
Octal 23 166 126 124 0 33 66 241 110 33
Binary 10011 1110110 1010110 1010100 0 11011 110110 10100001 1001000 11011

Color Harmonies of #137656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137656

Black with #137656

Text Example


Text Example

White with #137656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137656; }

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

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

background-color css

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

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

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

border-color css

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

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

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