Html Css Color HEX #139140 Salem

📋 copy color: '#139140'

red 19 ◦ green 145 ◦ blue 64

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

Shades of Salem #139140

Tints of Salem #139140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 8.33%
G = 63.6%
B = 28.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#139140 (or 0x139140) is known color: Salem. HEX triplet: 13, 91 and 40. RGB value is (19,145,64). Sum of RGB (Red+Green+Blue) = 19+145+64=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #139140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139140 is #EC6EBF. Grayscale: #626262. Windows color (decimal): -15494848 or 4231443. OLE color: 4231443.

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

Color convert

RGB 19 145 64 -
CMYK 0.87 0 0.56 0.43
HSL 141.43º 0.77% 0.32% -
HSV(B) 141.43º 0.87% 0.57% -
XYZ 11.32 20.76 8.26 -
YUV 98.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 19 145 64 0.87 0 0.56 0.43 141.43 0.77 0.32
Hex 13 91 40 57 0 38 2B 8D 4D 20
Octal 23 221 100 127 0 70 53 215 115 40
Binary 10011 10010001 1000000 1010111 0 111000 101011 10001101 1001101 100000

Color Harmonies of #139140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139140

Black with #139140

Text Example


Text Example

White with #139140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139140; }

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

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

background-color css

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

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

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

border-color css

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

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

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