#139139

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

Shades of Salem #139139

Tints of Salem #139139

Color information

#139139 (or 0x139139) is unknown color: approx Salem. HEX triplet: 13, 91 and 39. RGB value is (19,145,57). Sum of RGB (Red+Green+Blue) = 19+145+57=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #139139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139139 is #EC6EC6. Grayscale: #616161. Windows color (decimal): -15494855 or 3772691. OLE color: 3772691.

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

Color convert

RGB1914557-
CMYK0.8700.610.43
HSL138.1º76.83%32.16%-
HSV(B)138.1º86.9%56.86%-
XYZ11.1320.687.28-
YUV97.29105.2672.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 145 (57.03% from 255) = 65.61%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=8.60%
G=65.61%
B=25.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145570.8700.610.43138.176.8332.16
Hex1391395703D2B8a4d20
Octal23221711270755321211540
Binary100111001000111100110101110111101101011100010101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139139; }

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

 H1.HeaderClassName
 {
   color: #139139;
 }
 .AnyTagClassName
 {
   color: #139139;
 }
</style>
background-color css

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

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

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

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

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

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