Html Css Color HEX #137B47 Salem

📋 copy color: '#137B47'

red 19 ◦ green 123 ◦ blue 71

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

Shades of Salem #137B47

Tints of Salem #137B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 8.92%
G = 57.75%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#137B47 (or 0x137B47) is known color: Salem. HEX triplet: 13, 7B and 47. RGB value is (19,123,71). Sum of RGB (Red+Green+Blue) = 19+123+71=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #137B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B47 is #EC84B8. Grayscale: #565656. Windows color (decimal): -15500473 or 4684563. OLE color: 4684563.

HSL color Cylindrical-coordinate representation of color #137B47: hue angle of 150º 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 #137B47 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 71 -
CMYK 0.85 0 0.42 0.52
HSL 150º 0.73% 0.28% -
HSV(B) 150º 0.85% 0.48% -
XYZ 8.49 14.76 8.36 -
YUV 85.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 19 123 71 0.85 0 0.42 0.52 150 0.73 0.28
Hex 13 7B 47 55 0 2A 34 96 49 1C
Octal 23 173 107 125 0 52 64 226 111 34
Binary 10011 1111011 1000111 1010101 0 101010 110100 10010110 1001001 11100

Color Harmonies of #137B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B47

Black with #137B47

Text Example


Text Example

White with #137B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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