#139142

Color #139142 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #139142

Tints of Salem #139142

Color information

#139142 (or 0x139142) is unknown color: approx 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

RGB1914566-
CMYK0.8700.540.43
HSL142.38º76.83%32.16%-
HSV(B)142.38º86.9%56.86%-
XYZ11.3820.788.57-
YUV98.32109.7671.42-

RGB Variations

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

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.70%
R=8.26%
G=63.04%
B=28.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145660.8700.540.43142.3876.8332.16
Hex139142570362B8e4d20
Octal232211021270665321611540
Binary1001110010001100001010101110110110101011100011101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>