Html Css Color HEX #137B4D Salem

📋 copy color: '#137B4D'

red 19 ◦ green 123 ◦ blue 77

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

Shades of Salem #137B4D

Tints of Salem #137B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.16%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 8.68%
G = 56.16%
B = 35.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#137B4D (or 0x137B4D) is known color: Salem. HEX triplet: 13, 7B and 4D. RGB value is (19,123,77). Sum of RGB (Red+Green+Blue) = 19+123+77=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #137B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B4D is #EC84B2. Grayscale: #565656. Windows color (decimal): -15500467 or 5077779. OLE color: 5077779.

HSL color Cylindrical-coordinate representation of color #137B4D: hue angle of 153.46º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B4D is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 77 -
CMYK 0.85 0 0.37 0.52
HSL 153.46º 0.73% 0.28% -
HSV(B) 153.46º 0.85% 0.48% -
XYZ 8.69 14.84 9.43 -
YUV 86.66 122.54 79.74 -
System Red Green Blue C M Y K H S L
Decimal 19 123 77 0.85 0 0.37 0.52 153.46 0.73 0.28
Hex 13 7B 4D 55 0 25 34 99 49 1C
Octal 23 173 115 125 0 45 64 231 111 34
Binary 10011 1111011 1001101 1010101 0 100101 110100 10011001 1001001 11100

Color Harmonies of #137B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B4D

Black with #137B4D

Text Example


Text Example

White with #137B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B4D; }

 p { color: rgb(19,123,77); }

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

background-color css

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

 a { background-color: rgb(19,123,77); }

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

border-color css

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

 span { border-color: rgb(19,123,77); }

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