#139392

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

Shades of Java #139392

Tints of Java #139392

Color information

#139392 (or 0x139392) is unknown color: approx Java. HEX triplet: 13, 93 and 92. RGB value is (19,147,146). Sum of RGB (Red+Green+Blue) = 19+147+146=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #139392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139392 is #EC6C6D. Grayscale: #6C6C6C. Windows color (decimal): -15494254 or 9605907. OLE color: 9605907.

HSL color Cylindrical-coordinate representation of color #139392: hue angle of 179.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139392 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB19147146-
CMYK0.8700.010.42
HSL179.53º77.11%32.55%-
HSV(B)179.53º87.07%57.65%-
XYZ15.8923.0830.81-
YUV108.61149.0964.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.09%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=6.09%
G=47.12%
B=46.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471460.8700.010.42179.5377.1132.55
Hex13939257012Ab44d21
Octal23223222127015226411541
Binary100111001001110010010101011101101010101101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139392; }

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

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

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

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

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

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

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

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