Html Css Color HEX #139346 Salem

📋 copy color: '#139346'

red 19 ◦ green 147 ◦ blue 70

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

Shades of Salem #139346

Tints of Salem #139346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 8.05%
G = 62.29%
B = 29.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#139346 (or 0x139346) is known color: Salem. HEX triplet: 13, 93 and 46. RGB value is (19,147,70). Sum of RGB (Red+Green+Blue) = 19+147+70=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #139346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139346 is #EC6CB9. Grayscale: #646464. Windows color (decimal): -15494330 or 4625171. OLE color: 4625171.

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

Color convert

RGB 19 147 70 -
CMYK 0.87 0 0.52 0.42
HSL 143.91º 0.77% 0.33% -
HSV(B) 143.91º 0.87% 0.58% -
XYZ 11.81 21.45 9.31 -
YUV 99.95 111.09 70.26 -
System Red Green Blue C M Y K H S L
Decimal 19 147 70 0.87 0 0.52 0.42 143.91 0.77 0.33
Hex 13 93 46 57 0 34 2A 90 4D 21
Octal 23 223 106 127 0 64 52 220 115 41
Binary 10011 10010011 1000110 1010111 0 110100 101010 10010000 1001101 100001

Color Harmonies of #139346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139346

Black with #139346

Text Example


Text Example

White with #139346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139346; }

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

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

background-color css

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

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

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

border-color css

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

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

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