Html Css Color HEX #137150 Salem

📋 copy color: '#137150'

red 19 ◦ green 113 ◦ blue 80

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

Shades of Salem #137150

Tints of Salem #137150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 8.96%
G = 53.3%
B = 37.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#137150 (or 0x137150) is known color: Salem. HEX triplet: 13, 71 and 50. RGB value is (19,113,80). Sum of RGB (Red+Green+Blue) = 19+113+80=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #137150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137150 is #EC8EAF. Grayscale: #515151. Windows color (decimal): -15503024 or 5271827. OLE color: 5271827.

HSL color Cylindrical-coordinate representation of color #137150: hue angle of 158.94º 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 #137150 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 80 -
CMYK 0.83 0 0.29 0.56
HSL 158.94º 0.71% 0.26% -
HSV(B) 158.94º 0.83% 0.44% -
XYZ 7.62 12.53 9.61 -
YUV 81.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 19 113 80 0.83 0 0.29 0.56 158.94 0.71 0.26
Hex 13 71 50 53 0 1D 38 9F 47 1A
Octal 23 161 120 123 0 35 70 237 107 32
Binary 10011 1110001 1010000 1010011 0 11101 111000 10011111 1000111 11010

Color Harmonies of #137150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137150

Black with #137150

Text Example


Text Example

White with #137150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137150; }

 p { color: rgb(19,113,80); }

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

background-color css

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

 a { background-color: rgb(19,113,80); }

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

border-color css

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

 span { border-color: rgb(19,113,80); }

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