Html Css Color HEX #139150 Salem

📋 copy color: '#139150'

red 19 ◦ green 145 ◦ blue 80

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

Shades of Salem #139150

Tints of Salem #139150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.43%

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

R = 7.79%
G = 59.43%
B = 32.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#139150 (or 0x139150) is known color: Salem. HEX triplet: 13, 91 and 50. RGB value is (19,145,80). Sum of RGB (Red+Green+Blue) = 19+145+80=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #139150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139150 is #EC6EAF. Grayscale: #646464. Windows color (decimal): -15494832 or 5280019. OLE color: 5280019.

HSL color Cylindrical-coordinate representation of color #139150: hue angle of 149.05º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139150 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 80 -
CMYK 0.87 0 0.45 0.43
HSL 149.05º 0.77% 0.32% -
HSV(B) 149.05º 0.87% 0.57% -
XYZ 11.84 20.97 11.01 -
YUV 99.92 116.76 70.29 -
System Red Green Blue C M Y K H S L
Decimal 19 145 80 0.87 0 0.45 0.43 149.05 0.77 0.32
Hex 13 91 50 57 0 2D 2B 95 4D 20
Octal 23 221 120 127 0 55 53 225 115 40
Binary 10011 10010001 1010000 1010111 0 101101 101011 10010101 1001101 100000

Color Harmonies of #139150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139150

Black with #139150

Text Example


Text Example

White with #139150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139150; }

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

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

background-color css

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

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

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

border-color css

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

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

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