Html Css Color HEX #139049 Salem

📋 copy color: '#139049'

red 19 ◦ green 144 ◦ blue 73

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

Shades of Salem #139049

Tints of Salem #139049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.02%

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

R = 8.05%
G = 61.02%
B = 30.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#139049 (or 0x139049) is known color: Salem. HEX triplet: 13, 90 and 49. RGB value is (19,144,73). Sum of RGB (Red+Green+Blue) = 19+144+73=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #139049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139049 is #EC6FB6. Grayscale: #626262. Windows color (decimal): -15495095 or 4821011. OLE color: 4821011.

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

Color convert

RGB 19 144 73 -
CMYK 0.87 0 0.49 0.44
HSL 145.92º 0.77% 0.32% -
HSV(B) 145.92º 0.87% 0.56% -
XYZ 11.44 20.57 9.67 -
YUV 98.53 113.59 71.27 -
System Red Green Blue C M Y K H S L
Decimal 19 144 73 0.87 0 0.49 0.44 145.92 0.77 0.32
Hex 13 90 49 57 0 31 2C 92 4D 20
Octal 23 220 111 127 0 61 54 222 115 40
Binary 10011 10010000 1001001 1010111 0 110001 101100 10010010 1001101 100000

Color Harmonies of #139049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139049

Black with #139049

Text Example


Text Example

White with #139049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139049; }

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

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

background-color css

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

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

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

border-color css

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

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

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