Html Css Color HEX #139241 Salem

📋 copy color: '#139241'

red 19 ◦ green 146 ◦ blue 65

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

Shades of Salem #139241

Tints of Salem #139241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.48%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 8.26%
G = 63.48%
B = 28.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#139241 (or 0x139241) is known color: Salem. HEX triplet: 13, 92 and 41. RGB value is (19,146,65). Sum of RGB (Red+Green+Blue) = 19+146+65=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #139241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139241 is #EC6DBE. Grayscale: #626262. Windows color (decimal): -15494591 or 4297235. OLE color: 4297235.

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

Color convert

RGB 19 146 65 -
CMYK 0.87 0 0.55 0.43
HSL 141.73º 0.77% 0.32% -
HSV(B) 141.73º 0.87% 0.57% -
XYZ 11.5 21.08 8.46 -
YUV 98.79 108.92 71.09 -
System Red Green Blue C M Y K H S L
Decimal 19 146 65 0.87 0 0.55 0.43 141.73 0.77 0.32
Hex 13 92 41 57 0 37 2B 8E 4D 20
Octal 23 222 101 127 0 67 53 216 115 40
Binary 10011 10010010 1000001 1010111 0 110111 101011 10001110 1001101 100000

Color Harmonies of #139241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139241

Black with #139241

Text Example


Text Example

White with #139241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139241; }

 p { color: rgb(19,146,65); }

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

background-color css

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

 a { background-color: rgb(19,146,65); }

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

border-color css

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

 span { border-color: rgb(19,146,65); }

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