Html Css Color HEX #137356 Salem

📋 copy color: '#137356'

red 19 ◦ green 115 ◦ blue 86

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

Shades of Salem #137356

Tints of Salem #137356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 8.64%
G = 52.27%
B = 39.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#137356 (or 0x137356) is known color: Salem. HEX triplet: 13, 73 and 56. RGB value is (19,115,86). Sum of RGB (Red+Green+Blue) = 19+115+86=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #137356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137356 is #EC8CA9. Grayscale: #535353. Windows color (decimal): -15502506 or 5665555. OLE color: 5665555.

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

Color convert

RGB 19 115 86 -
CMYK 0.83 0 0.25 0.55
HSL 161.88º 0.72% 0.26% -
HSV(B) 161.88º 0.83% 0.45% -
XYZ 8.08 13.07 10.9 -
YUV 82.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 19 115 86 0.83 0 0.25 0.55 161.88 0.72 0.26
Hex 13 73 56 53 0 19 37 A2 48 1A
Octal 23 163 126 123 0 31 67 242 110 32
Binary 10011 1110011 1010110 1010011 0 11001 110111 10100010 1001000 11010

Color Harmonies of #137356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137356

Black with #137356

Text Example


Text Example

White with #137356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137356; }

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

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

background-color css

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

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

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

border-color css

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

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

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