#339595

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

Shades of Java #339595

Tints of Java #339595

Color information

#339595 (or 0x339595) is unknown color: approx Java. HEX triplet: 33, 95 and 95. RGB value is (51,149,149). Sum of RGB (Red+Green+Blue) = 51+149+149=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #339595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339595 is #CC6A6A. Grayscale: #777777. Windows color (decimal): -13396587 or 9803059. OLE color: 9803059.

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

Color convert

RGB51149149-
CMYK0.66000.42
HSL180º49%39.22%-
HSV(B)180º65.77%58.43%-
XYZ17.5424.3732.21-
YUV119.7144.5379-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=14.61%
G=42.69%
B=42.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511491490.66000.421804939.22
Hex33959542002Ab43127
Octal6322522510200522646147
Binary110011100101011001010110000100010101010110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339595; }

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

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

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

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

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

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

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

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