Html Css Color HEX #137355 Salem

📋 copy color: '#137355'

red 19 ◦ green 115 ◦ blue 85

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

Shades of Salem #137355

Tints of Salem #137355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 8.68%
G = 52.51%
B = 38.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#137355 (or 0x137355) is known color: Salem. HEX triplet: 13, 73 and 55. RGB value is (19,115,85). Sum of RGB (Red+Green+Blue) = 19+115+85=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #137355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137355 is #EC8CAA. Grayscale: #525252. Windows color (decimal): -15502507 or 5600019. OLE color: 5600019.

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

Color convert

RGB 19 115 85 -
CMYK 0.83 0 0.26 0.55
HSL 161.25º 0.72% 0.26% -
HSV(B) 161.25º 0.83% 0.45% -
XYZ 8.04 13.06 10.69 -
YUV 82.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 19 115 85 0.83 0 0.26 0.55 161.25 0.72 0.26
Hex 13 73 55 53 0 1A 37 A1 48 1A
Octal 23 163 125 123 0 32 67 241 110 32
Binary 10011 1110011 1010101 1010011 0 11010 110111 10100001 1001000 11010

Color Harmonies of #137355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137355

Black with #137355

Text Example


Text Example

White with #137355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137355; }

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

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

background-color css

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

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

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

border-color css

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

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

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