Html Css Color HEX #137354 Salem

📋 copy color: '#137354'

red 19 ◦ green 115 ◦ blue 84

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

Shades of Salem #137354

Tints of Salem #137354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 8.72%
G = 52.75%
B = 38.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#137354 (or 0x137354) is known color: Salem. HEX triplet: 13, 73 and 54. RGB value is (19,115,84). Sum of RGB (Red+Green+Blue) = 19+115+84=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #137354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137354 is #EC8CAB. Grayscale: #525252. Windows color (decimal): -15502508 or 5534483. OLE color: 5534483.

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

Color convert

RGB 19 115 84 -
CMYK 0.83 0 0.27 0.55
HSL 160.63º 0.72% 0.26% -
HSV(B) 160.63º 0.83% 0.45% -
XYZ 8 13.04 10.48 -
YUV 82.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 19 115 84 0.83 0 0.27 0.55 160.63 0.72 0.26
Hex 13 73 54 53 0 1B 37 A1 48 1A
Octal 23 163 124 123 0 33 67 241 110 32
Binary 10011 1110011 1010100 1010011 0 11011 110111 10100001 1001000 11010

Color Harmonies of #137354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137354

Black with #137354

Text Example


Text Example

White with #137354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137354; }

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

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

background-color css

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

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

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

border-color css

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

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

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