Html Css Color HEX #137456 Salem

📋 copy color: '#137456'

red 19 ◦ green 116 ◦ blue 86

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

Shades of Salem #137456

Tints of Salem #137456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 8.6%
G = 52.49%
B = 38.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#137456 (or 0x137456) is known color: Salem. HEX triplet: 13, 74 and 56. RGB value is (19,116,86). Sum of RGB (Red+Green+Blue) = 19+116+86=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #137456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137456 is #EC8BA9. Grayscale: #535353. Windows color (decimal): -15502250 or 5665811. OLE color: 5665811.

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

Color convert

RGB 19 116 86 -
CMYK 0.84 0 0.26 0.55
HSL 161.44º 0.72% 0.26% -
HSV(B) 161.44º 0.84% 0.45% -
XYZ 8.19 13.3 10.94 -
YUV 83.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 19 116 86 0.84 0 0.26 0.55 161.44 0.72 0.26
Hex 13 74 56 54 0 1A 37 A1 48 1A
Octal 23 164 126 124 0 32 67 241 110 32
Binary 10011 1110100 1010110 1010100 0 11010 110111 10100001 1001000 11010

Color Harmonies of #137456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137456

Black with #137456

Text Example


Text Example

White with #137456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137456; }

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

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

background-color css

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

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

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

border-color css

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

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

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