#319D95

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

Shades of Java #319D95

Tints of Java #319D95

Color information

#319D95 (or 0x319D95) is unknown color: approx Java. HEX triplet: 31, 9D and 95. RGB value is (49,157,149). Sum of RGB (Red+Green+Blue) = 49+157+149=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #319D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D95 is #CE626A. Grayscale: #7B7B7B. Windows color (decimal): -13525611 or 9805105. OLE color: 9805105.

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

Color convert

RGB49157149-
CMYK0.6900.050.38
HSL175.56º52.43%40.39%-
HSV(B)175.56º68.79%61.57%-
XYZ18.7526.9432.64-
YUV123.8142.2274.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=13.80%
G=44.23%
B=41.97%

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
Decimal491571490.6900.050.38175.5652.4340.39
Hex319D95450526b03428
Octal6123522510505462606450
Binary11000110011101100101011000101010110011010110000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,157,149); }

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

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

 a { background-color: rgb(49,157,149); }

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

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

 span { border-color: rgb(49,157,149); }

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