Html Css Color HEX #139240 Salem

📋 copy color: '#139240'

red 19 ◦ green 146 ◦ blue 64

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

Shades of Salem #139240

Tints of Salem #139240

RGB

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

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

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

R = 8.3%
G = 63.76%
B = 27.95%

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

#139240 (or 0x139240) is known color: Salem. HEX triplet: 13, 92 and 40. RGB value is (19,146,64). Sum of RGB (Red+Green+Blue) = 19+146+64=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #139240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139240 is #EC6DBF. Grayscale: #626262. Windows color (decimal): -15494592 or 4231699. OLE color: 4231699.

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

Color convert

RGB 19 146 64 -
CMYK 0.87 0 0.56 0.43
HSL 141.26º 0.77% 0.32% -
HSV(B) 141.26º 0.87% 0.57% -
XYZ 11.47 21.07 8.31 -
YUV 98.68 108.42 71.17 -
System Red Green Blue C M Y K H S L
Decimal 19 146 64 0.87 0 0.56 0.43 141.26 0.77 0.32
Hex 13 92 40 57 0 38 2B 8D 4D 20
Octal 23 222 100 127 0 70 53 215 115 40
Binary 10011 10010010 1000000 1010111 0 111000 101011 10001101 1001101 100000

Color Harmonies of #139240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139240

Black with #139240

Text Example


Text Example

White with #139240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139240; }

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

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

background-color css

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

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

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

border-color css

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

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

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