#31958F

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

Shades of Java #31958F

Tints of Java #31958F

Color information

#31958F (or 0x31958F) is unknown color: approx Java. HEX triplet: 31, 95 and 8F. RGB value is (49,149,143). Sum of RGB (Red+Green+Blue) = 49+149+143=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #31958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31958F is #CE6A70. Grayscale: #767676. Windows color (decimal): -13527665 or 9409841. OLE color: 9409841.

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

Color convert

RGB49149143-
CMYK0.6700.040.42
HSL176.4º50.51%38.82%-
HSV(B)176.4º67.11%58.43%-
XYZ16.9724.1329.75-
YUV118.42141.8778.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=14.37%
G=43.70%
B=41.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491491430.6700.040.42176.450.5138.82
Hex31958F43042Ab03327
Octal6122521710304522606347
Binary11000110010101100011111000011010010101010110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31958F; }

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

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

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

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

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

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

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

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