Html Css Color HEX #137753 Salem

📋 copy color: '#137753'

red 19 ◦ green 119 ◦ blue 83

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

Shades of Salem #137753

Tints of Salem #137753

RGB

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

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

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

R = 8.6%
G = 53.85%
B = 37.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#137753 (or 0x137753) is known color: Salem. HEX triplet: 13, 77 and 53. RGB value is (19,119,83). Sum of RGB (Red+Green+Blue) = 19+119+83=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #137753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137753 is #EC88AC. Grayscale: #555555. Windows color (decimal): -15501485 or 5469971. OLE color: 5469971.

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

Color convert

RGB 19 119 83 -
CMYK 0.84 0 0.30 0.53
HSL 158.4º 0.72% 0.27% -
HSV(B) 158.4º 0.84% 0.47% -
XYZ 8.43 13.96 10.43 -
YUV 85 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 19 119 83 0.84 0 0.30 0.53 158.4 0.72 0.27
Hex 13 77 53 54 0 1E 35 9E 48 1B
Octal 23 167 123 124 0 36 65 236 110 33
Binary 10011 1110111 1010011 1010100 0 11110 110101 10011110 1001000 11011

Color Harmonies of #137753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137753

Black with #137753

Text Example


Text Example

White with #137753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137753; }

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

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

background-color css

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

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

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

border-color css

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

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

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