Html Css Color HEX #137055 Salem

📋 copy color: '#137055'

red 19 ◦ green 112 ◦ blue 85

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

Shades of Salem #137055

Tints of Salem #137055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

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

R = 8.8%
G = 51.85%
B = 39.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#137055 (or 0x137055) is known color: Salem. HEX triplet: 13, 70 and 55. RGB value is (19,112,85). Sum of RGB (Red+Green+Blue) = 19+112+85=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #137055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137055 is #EC8FAA. Grayscale: #515151. Windows color (decimal): -15503275 or 5599251. OLE color: 5599251.

HSL color Cylindrical-coordinate representation of color #137055: hue angle of 162.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137055 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 85 -
CMYK 0.83 0 0.24 0.56
HSL 162.58º 0.71% 0.26% -
HSV(B) 162.58º 0.83% 0.44% -
XYZ 7.7 12.38 10.58 -
YUV 81.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 19 112 85 0.83 0 0.24 0.56 162.58 0.71 0.26
Hex 13 70 55 53 0 18 38 A3 47 1A
Octal 23 160 125 123 0 30 70 243 107 32
Binary 10011 1110000 1010101 1010011 0 11000 111000 10100011 1000111 11010

Color Harmonies of #137055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137055

Black with #137055

Text Example


Text Example

White with #137055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137055; }

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

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

background-color css

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

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

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

border-color css

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

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

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