Html Css Color HEX #339992 Java

📋 copy color: '#339992'

red 51 ◦ green 153 ◦ blue 146

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

Shades of Java #339992

Tints of Java #339992

RGB

 RED value IS 51 (20.31% from 255) = 14.57%

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 14.57%
G = 43.71%
B = 41.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#339992 (or 0x339992) is known color: Java. HEX triplet: 33, 99 and 92. RGB value is (51,153,146). Sum of RGB (Red+Green+Blue) = 51+153+146=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #339992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339992 is #CC666D. Grayscale: #797979. Windows color (decimal): -13395566 or 9607475. OLE color: 9607475.

HSL color Cylindrical-coordinate representation of color #339992: hue angle of 175.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339992 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 153 146 -
CMYK 0.67 0 0.05 0.4
HSL 175.88º 0.5% 0.4% -
HSV(B) 175.88º 0.67% 0.6% -
XYZ 17.94 25.56 31.18 -
YUV 121.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 51 153 146 0.67 0 0.05 0.4 175.88 0.5 0.4
Hex 33 99 92 43 0 5 28 B0 32 28
Octal 63 231 222 103 0 5 50 260 62 50
Binary 110011 10011001 10010010 1000011 0 101 101000 10110000 110010 101000

Color Harmonies of #339992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339992

Black with #339992

Text Example


Text Example

White with #339992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339992; }

 p { color: rgb(51,153,146); }

 H1.HeaderClassName
 {
   color: #339992;
 }
 .AnyTagClassName
 {
   color: #339992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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