Html Css Color HEX #137453 Salem

📋 copy color: '#137453'

red 19 ◦ green 116 ◦ blue 83

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

Shades of Salem #137453

Tints of Salem #137453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 8.72%
G = 53.21%
B = 38.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#137453 (or 0x137453) is known color: Salem. HEX triplet: 13, 74 and 53. RGB value is (19,116,83). Sum of RGB (Red+Green+Blue) = 19+116+83=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #137453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137453 is #EC8BAC. Grayscale: #535353. Windows color (decimal): -15502253 or 5469203. OLE color: 5469203.

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

Color convert

RGB 19 116 83 -
CMYK 0.84 0 0.28 0.55
HSL 159.59º 0.72% 0.26% -
HSV(B) 159.59º 0.84% 0.45% -
XYZ 8.08 13.25 10.32 -
YUV 83.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 19 116 83 0.84 0 0.28 0.55 159.59 0.72 0.26
Hex 13 74 53 54 0 1C 37 A0 48 1A
Octal 23 164 123 124 0 34 67 240 110 32
Binary 10011 1110100 1010011 1010100 0 11100 110111 10100000 1001000 11010

Color Harmonies of #137453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137453

Black with #137453

Text Example


Text Example

White with #137453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137453; }

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

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

background-color css

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

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

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

border-color css

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

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

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