Html Css Color HEX #139142 Salem

📋 copy color: '#139142'

red 19 ◦ green 145 ◦ blue 66

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

Shades of Salem #139142

Tints of Salem #139142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 8.26%
G = 63.04%
B = 28.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#139142 (or 0x139142) is known color: Salem. HEX triplet: 13, 91 and 42. RGB value is (19,145,66). Sum of RGB (Red+Green+Blue) = 19+145+66=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #139142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139142 is #EC6EBD. Grayscale: #626262. Windows color (decimal): -15494846 or 4362515. OLE color: 4362515.

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

Color convert

RGB 19 145 66 -
CMYK 0.87 0 0.54 0.43
HSL 142.38º 0.77% 0.32% -
HSV(B) 142.38º 0.87% 0.57% -
XYZ 11.38 20.78 8.57 -
YUV 98.32 109.76 71.42 -
System Red Green Blue C M Y K H S L
Decimal 19 145 66 0.87 0 0.54 0.43 142.38 0.77 0.32
Hex 13 91 42 57 0 36 2B 8E 4D 20
Octal 23 221 102 127 0 66 53 216 115 40
Binary 10011 10010001 1000010 1010111 0 110110 101011 10001110 1001101 100000

Color Harmonies of #139142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139142

Black with #139142

Text Example


Text Example

White with #139142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139142; }

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

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

background-color css

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

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

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

border-color css

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

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

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