#309595

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

Shades of Java #309595

Tints of Java #309595

Color information

#309595 (or 0x309595) is unknown color: approx Java. HEX triplet: 30, 95 and 95. RGB value is (48,149,149). Sum of RGB (Red+Green+Blue) = 48+149+149=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #309595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309595 is #CF6A6A. Grayscale: #767676. Windows color (decimal): -13593195 or 9803056. OLE color: 9803056.

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

Color convert

RGB48149149-
CMYK0.68000.42
HSL180º51.27%38.63%-
HSV(B)180º67.79%58.43%-
XYZ17.3924.2932.21-
YUV118.8145.0477.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=13.87%
G=43.06%
B=43.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491490.68000.4218051.2738.63
Hex30959544002Ab43327
Octal6022522510400522646347
Binary110000100101011001010110001000010101010110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309595; }

 p { color: rgb(48,149,149); }

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

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

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

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

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

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

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