Html Css Color HEX #137756 Salem

📋 copy color: '#137756'

red 19 ◦ green 119 ◦ blue 86

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

Shades of Salem #137756

Tints of Salem #137756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 8.48%
G = 53.13%
B = 38.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#137756 (or 0x137756) is known color: Salem. HEX triplet: 13, 77 and 56. RGB value is (19,119,86). Sum of RGB (Red+Green+Blue) = 19+119+86=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #137756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137756 is #EC88A9. Grayscale: #555555. Windows color (decimal): -15501482 or 5666579. OLE color: 5666579.

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

Color convert

RGB 19 119 86 -
CMYK 0.84 0 0.28 0.53
HSL 160.2º 0.72% 0.27% -
HSV(B) 160.2º 0.84% 0.47% -
XYZ 8.55 14 11.06 -
YUV 85.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 19 119 86 0.84 0 0.28 0.53 160.2 0.72 0.27
Hex 13 77 56 54 0 1C 35 A0 48 1B
Octal 23 167 126 124 0 34 65 240 110 33
Binary 10011 1110111 1010110 1010100 0 11100 110101 10100000 1001000 11011

Color Harmonies of #137756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137756

Black with #137756

Text Example


Text Example

White with #137756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137756; }

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

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

background-color css

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

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

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

border-color css

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

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

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