Html Css Color HEX #137B4C Salem

📋 copy color: '#137B4C'

red 19 ◦ green 123 ◦ blue 76

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

Shades of Salem #137B4C

Tints of Salem #137B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 8.72%
G = 56.42%
B = 34.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#137B4C (or 0x137B4C) is known color: Salem. HEX triplet: 13, 7B and 4C. RGB value is (19,123,76). Sum of RGB (Red+Green+Blue) = 19+123+76=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #137B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B4C is #EC84B3. Grayscale: #565656. Windows color (decimal): -15500468 or 5012243. OLE color: 5012243.

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

Color convert

RGB 19 123 76 -
CMYK 0.85 0 0.38 0.52
HSL 152.88º 0.73% 0.28% -
HSV(B) 152.88º 0.85% 0.48% -
XYZ 8.66 14.83 9.24 -
YUV 86.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 19 123 76 0.85 0 0.38 0.52 152.88 0.73 0.28
Hex 13 7B 4C 55 0 26 34 99 49 1C
Octal 23 173 114 125 0 46 64 231 111 34
Binary 10011 1111011 1001100 1010101 0 100110 110100 10011001 1001001 11100

Color Harmonies of #137B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B4C

Black with #137B4C

Text Example


Text Example

White with #137B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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