#319C96

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

Shades of Java #319C96

Tints of Java #319C96

Color information

#319C96 (or 0x319C96) is unknown color: approx Java. HEX triplet: 31, 9C and 96. RGB value is (49,156,150). Sum of RGB (Red+Green+Blue) = 49+156+150=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #319C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C96 is #CE6369. Grayscale: #7B7B7B. Windows color (decimal): -13525866 or 9870385. OLE color: 9870385.

HSL color Cylindrical-coordinate representation of color #319C96: hue angle of 176.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C96 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB49156150-
CMYK0.6900.040.39
HSL176.64º52.2%40.2%-
HSV(B)176.64º68.59%61.18%-
XYZ18.6626.6333.01-
YUV123.32143.0574.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=13.80%
G=43.94%
B=42.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491561500.6900.040.39176.6452.240.2
Hex319C96450427b13428
Octal6123422610504472616450
Binary11000110011100100101101000101010010011110110001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319C96; }

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

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

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

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

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

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

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

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