Html Css Color HEX #137250 Salem

📋 copy color: '#137250'

red 19 ◦ green 114 ◦ blue 80

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

Shades of Salem #137250

Tints of Salem #137250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 8.92%
G = 53.52%
B = 37.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#137250 (or 0x137250) is known color: Salem. HEX triplet: 13, 72 and 50. RGB value is (19,114,80). Sum of RGB (Red+Green+Blue) = 19+114+80=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #137250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137250 is #EC8DAF. Grayscale: #515151. Windows color (decimal): -15502768 or 5272083. OLE color: 5272083.

HSL color Cylindrical-coordinate representation of color #137250: hue angle of 158.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137250 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 80 -
CMYK 0.83 0 0.30 0.55
HSL 158.53º 0.71% 0.26% -
HSV(B) 158.53º 0.83% 0.45% -
XYZ 7.73 12.75 9.64 -
YUV 81.72 127.03 83.26 -
System Red Green Blue C M Y K H S L
Decimal 19 114 80 0.83 0 0.30 0.55 158.53 0.71 0.26
Hex 13 72 50 53 0 1E 37 9F 47 1A
Octal 23 162 120 123 0 36 67 237 107 32
Binary 10011 1110010 1010000 1010011 0 11110 110111 10011111 1000111 11010

Color Harmonies of #137250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137250

Black with #137250

Text Example


Text Example

White with #137250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137250; }

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

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

background-color css

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

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

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

border-color css

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

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

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