Html Css Color HEX #139149 Salem

📋 copy color: '#139149'

red 19 ◦ green 145 ◦ blue 73

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

Shades of Salem #139149

Tints of Salem #139149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 8.02%
G = 61.18%
B = 30.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#139149 (or 0x139149) is known color: Salem. HEX triplet: 13, 91 and 49. RGB value is (19,145,73). Sum of RGB (Red+Green+Blue) = 19+145+73=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #139149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139149 is #EC6EB6. Grayscale: #636363. Windows color (decimal): -15494839 or 4821267. OLE color: 4821267.

HSL color Cylindrical-coordinate representation of color #139149: hue angle of 145.71º 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 #139149 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 73 -
CMYK 0.87 0 0.50 0.43
HSL 145.71º 0.77% 0.32% -
HSV(B) 145.71º 0.87% 0.57% -
XYZ 11.6 20.87 9.72 -
YUV 99.12 113.26 70.85 -
System Red Green Blue C M Y K H S L
Decimal 19 145 73 0.87 0 0.50 0.43 145.71 0.77 0.32
Hex 13 91 49 57 0 32 2B 92 4D 20
Octal 23 221 111 127 0 62 53 222 115 40
Binary 10011 10010001 1001001 1010111 0 110010 101011 10010010 1001101 100000

Color Harmonies of #139149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139149

Black with #139149

Text Example


Text Example

White with #139149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139149; }

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

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

background-color css

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

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

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

border-color css

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

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

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