Html Css Color HEX #137A54 Salem

📋 copy color: '#137A54'

red 19 ◦ green 122 ◦ blue 84

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

Shades of Salem #137A54

Tints of Salem #137A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.22%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 8.44%
G = 54.22%
B = 37.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#137A54 (or 0x137A54) is known color: Salem. HEX triplet: 13, 7A and 54. RGB value is (19,122,84). Sum of RGB (Red+Green+Blue) = 19+122+84=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #137A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A54 is #EC85AB. Grayscale: #565656. Windows color (decimal): -15500716 or 5536275. OLE color: 5536275.

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

Color convert

RGB 19 122 84 -
CMYK 0.84 0 0.31 0.52
HSL 157.86º 0.73% 0.28% -
HSV(B) 157.86º 0.84% 0.48% -
XYZ 8.83 14.7 10.76 -
YUV 86.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 19 122 84 0.84 0 0.31 0.52 157.86 0.73 0.28
Hex 13 7A 54 54 0 1F 34 9E 49 1C
Octal 23 172 124 124 0 37 64 236 111 34
Binary 10011 1111010 1010100 1010100 0 11111 110100 10011110 1001001 11100

Color Harmonies of #137A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A54

Black with #137A54

Text Example


Text Example

White with #137A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,84); }

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

background-color css

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

 a { background-color: rgb(19,122,84); }

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

border-color css

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

 span { border-color: rgb(19,122,84); }

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