Html Css Color HEX #339B95 Java

📋 copy color: '#339B95'

red 51 ◦ green 155 ◦ blue 149

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

Shades of Java #339B95

Tints of Java #339B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 14.37%
G = 43.66%
B = 41.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#339B95 (or 0x339B95) is known color: Java. HEX triplet: 33, 9B and 95. RGB value is (51,155,149). Sum of RGB (Red+Green+Blue) = 51+155+149=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #339B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B95 is #CC646A. Grayscale: #7B7B7B. Windows color (decimal): -13395051 or 9804595. OLE color: 9804595.

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

Color convert

RGB 51 155 149 -
CMYK 0.67 0 0.04 0.39
HSL 176.54º 0.5% 0.4% -
HSV(B) 176.54º 0.67% 0.61% -
XYZ 18.51 26.32 32.54 -
YUV 123.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 51 155 149 0.67 0 0.04 0.39 176.54 0.5 0.4
Hex 33 9B 95 43 0 4 27 B1 32 28
Octal 63 233 225 103 0 4 47 261 62 50
Binary 110011 10011011 10010101 1000011 0 100 100111 10110001 110010 101000

Color Harmonies of #339B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B95

Black with #339B95

Text Example


Text Example

White with #339B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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