#319E96

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

Shades of Java #319E96

Tints of Java #319E96

Color information

#319E96 (or 0x319E96) is unknown color: approx Java. HEX triplet: 31, 9E and 96. RGB value is (49,158,150). Sum of RGB (Red+Green+Blue) = 49+158+150=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #319E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E96 is #CE6169. Grayscale: #7C7C7C. Windows color (decimal): -13525354 or 9870897. OLE color: 9870897.

HSL color Cylindrical-coordinate representation of color #319E96: hue angle of 175.6º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E96 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB49158150-
CMYK0.6900.050.38
HSL175.6º52.66%40.59%-
HSV(B)175.6º68.99%61.96%-
XYZ1927.3133.12-
YUV124.5142.3974.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=13.73%
G=44.26%
B=42.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491581500.6900.050.38175.652.6640.59
Hex319E96450526b03529
Octal6123622610505462606551
Binary11000110011110100101101000101010110011010110000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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