Html Css Color HEX #139349 Salem

📋 copy color: '#139349'

red 19 ◦ green 147 ◦ blue 73

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

Shades of Salem #139349

Tints of Salem #139349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

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

R = 7.95%
G = 61.51%
B = 30.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#139349 (or 0x139349) is known color: Salem. HEX triplet: 13, 93 and 49. RGB value is (19,147,73). Sum of RGB (Red+Green+Blue) = 19+147+73=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #139349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139349 is #EC6CB6. Grayscale: #646464. Windows color (decimal): -15494327 or 4821779. OLE color: 4821779.

HSL color Cylindrical-coordinate representation of color #139349: hue angle of 145.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139349 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 73 -
CMYK 0.87 0 0.50 0.42
HSL 145.31º 0.77% 0.33% -
HSV(B) 145.31º 0.87% 0.58% -
XYZ 11.9 21.49 9.82 -
YUV 100.29 112.59 70.02 -
System Red Green Blue C M Y K H S L
Decimal 19 147 73 0.87 0 0.50 0.42 145.31 0.77 0.33
Hex 13 93 49 57 0 32 2A 91 4D 21
Octal 23 223 111 127 0 62 52 221 115 41
Binary 10011 10010011 1001001 1010111 0 110010 101010 10010001 1001101 100001

Color Harmonies of #139349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139349

Black with #139349

Text Example


Text Example

White with #139349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139349; }

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

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

background-color css

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

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

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

border-color css

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

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

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