Html Css Color HEX #139344 Salem

📋 copy color: '#139344'

red 19 ◦ green 147 ◦ blue 68

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

Shades of Salem #139344

Tints of Salem #139344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 8.12%
G = 62.82%
B = 29.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#139344 (or 0x139344) is known color: Salem. HEX triplet: 13, 93 and 44. RGB value is (19,147,68). Sum of RGB (Red+Green+Blue) = 19+147+68=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #139344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139344 is #EC6CBB. Grayscale: #636363. Windows color (decimal): -15494332 or 4494099. OLE color: 4494099.

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

Color convert

RGB 19 147 68 -
CMYK 0.87 0 0.54 0.42
HSL 142.97º 0.77% 0.33% -
HSV(B) 142.97º 0.87% 0.58% -
XYZ 11.75 21.42 8.98 -
YUV 99.72 110.09 70.42 -
System Red Green Blue C M Y K H S L
Decimal 19 147 68 0.87 0 0.54 0.42 142.97 0.77 0.33
Hex 13 93 44 57 0 36 2A 8F 4D 21
Octal 23 223 104 127 0 66 52 217 115 41
Binary 10011 10010011 1000100 1010111 0 110110 101010 10001111 1001101 100001

Color Harmonies of #139344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139344

Black with #139344

Text Example


Text Example

White with #139344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139344; }

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

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

background-color css

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

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

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

border-color css

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

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

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