Html Css Color HEX #339695 Java

📋 copy color: '#339695'

red 51 ◦ green 150 ◦ blue 149

#339695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #339695

Tints of Java #339695

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 value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#339695 (or 0x339695) is known color: 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

RGB 51 150 149 -
CMYK 0.66 0 0.01 0.41
HSL 179.39º 0.49% 0.39% -
HSV(B) 179.39º 0.66% 0.59% -
XYZ 17.7 24.69 32.27 -
YUV 120.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 51 150 149 0.66 0 0.01 0.41 179.39 0.49 0.39
Hex 33 96 95 42 0 1 29 B3 31 27
Octal 63 226 225 102 0 1 51 263 61 47
Binary 110011 10010110 10010101 1000010 0 1 101001 10110011 110001 100111

Color Harmonies of #339695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339695

Black with #339695

Text Example


Text Example

White with #339695

Text Example


Text Example

HTML Codes & Css Web 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>