Html Css Color HEX #339D9C Java

📋 copy color: '#339D9C'

red 51 ◦ green 157 ◦ blue 156

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

Shades of Java #339D9C

Tints of Java #339D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 14.01%
G = 43.13%
B = 42.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#339D9C (or 0x339D9C) is known color: Java. HEX triplet: 33, 9D and 9C. RGB value is (51,157,156). Sum of RGB (Red+Green+Blue) = 51+157+156=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #339D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339D9C is #CC6263. Grayscale: #7D7D7D. Windows color (decimal): -13394532 or 10263859. OLE color: 10263859.

HSL color Cylindrical-coordinate representation of color #339D9C: hue angle of 179.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D9C is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 157 156 -
CMYK 0.68 0 0.01 0.38
HSL 179.43º 0.51% 0.41% -
HSV(B) 179.43º 0.68% 0.62% -
XYZ 19.42 27.22 35.68 -
YUV 125.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 51 157 156 0.68 0 0.01 0.38 179.43 0.51 0.41
Hex 33 9D 9C 44 0 1 26 B3 33 29
Octal 63 235 234 104 0 1 46 263 63 51
Binary 110011 10011101 10011100 1000100 0 1 100110 10110011 110011 101001

Color Harmonies of #339D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339D9C

Black with #339D9C

Text Example


Text Example

White with #339D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,157,156); }

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

background-color css

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

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

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

border-color css

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

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

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