Html Css Color HEX #137553 Salem

📋 copy color: '#137553'

red 19 ◦ green 117 ◦ blue 83

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

Shades of Salem #137553

Tints of Salem #137553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.42%

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

R = 8.68%
G = 53.42%
B = 37.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#137553 (or 0x137553) is known color: Salem. HEX triplet: 13, 75 and 53. RGB value is (19,117,83). Sum of RGB (Red+Green+Blue) = 19+117+83=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #137553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137553 is #EC8AAC. Grayscale: #535353. Windows color (decimal): -15501997 or 5469459. OLE color: 5469459.

HSL color Cylindrical-coordinate representation of color #137553: hue angle of 159.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137553 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 83 -
CMYK 0.84 0 0.29 0.54
HSL 159.18º 0.72% 0.27% -
HSV(B) 159.18º 0.84% 0.46% -
XYZ 8.19 13.49 10.35 -
YUV 83.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 19 117 83 0.84 0 0.29 0.54 159.18 0.72 0.27
Hex 13 75 53 54 0 1D 36 9F 48 1B
Octal 23 165 123 124 0 35 66 237 110 33
Binary 10011 1110101 1010011 1010100 0 11101 110110 10011111 1001000 11011

Color Harmonies of #137553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137553

Black with #137553

Text Example


Text Example

White with #137553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137553; }

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

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

background-color css

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

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

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

border-color css

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

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

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