#339695

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

Shades of Java #339695

Tints of Java #339695

Color information

#339695 (or 0x339695) is unknown color: approx Java. HEX triplet: 33, 96 and 95. RGB value is (51,150,149). Sum of RGB (Red+Green+Blue) = 51+150+149=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #339695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339695 is #CC696A. Grayscale: #787878. Windows color (decimal): -13396331 or 9803315. OLE color: 9803315.

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

Color convert

RGB51150149-
CMYK0.6600.010.41
HSL179.39º49.25%39.41%-
HSV(B)179.39º66%58.82%-
XYZ17.724.6932.27-
YUV120.28144.278.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.57%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=14.57%
G=42.86%
B=42.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501490.6600.010.41179.3949.2539.41
Hex339695420129b33127
Octal6322622510201512636147
Binary110011100101101001010110000100110100110110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339695; }

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

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

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

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

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

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

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

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