#319690

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

Shades of Java #319690

Tints of Java #319690

Color information

#319690 (or 0x319690) is unknown color: approx Java. HEX triplet: 31, 96 and 90. RGB value is (49,150,144). Sum of RGB (Red+Green+Blue) = 49+150+144=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #319690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319690 is #CE696F. Grayscale: #777777. Windows color (decimal): -13527408 or 9475633. OLE color: 9475633.

HSL color Cylindrical-coordinate representation of color #319690: hue angle of 176.44º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319690 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB49150144-
CMYK0.6700.040.41
HSL176.44º50.75%39.02%-
HSV(B)176.44º67.33%58.82%-
XYZ17.2124.4830.2-
YUV119.12142.0477.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=14.29%
G=43.73%
B=41.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501440.6700.040.41176.4450.7539.02
Hex319690430429b03327
Octal6122622010304512606347
Binary11000110010110100100001000011010010100110110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319690; }

 p { color: rgb(49,150,144); }

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

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

 a { background-color: rgb(49,150,144); }

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

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

 span { border-color: rgb(49,150,144); }

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