Html Css Color HEX #339B92 Java

📋 copy color: '#339B92'

red 51 ◦ green 155 ◦ blue 146

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

Shades of Java #339B92

Tints of Java #339B92

RGB

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

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

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

R = 14.49%
G = 44.03%
B = 41.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#339B92 (or 0x339B92) is known color: Java. HEX triplet: 33, 9B and 92. RGB value is (51,155,146). Sum of RGB (Red+Green+Blue) = 51+155+146=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #339B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B92 is #CC646D. Grayscale: #7A7A7A. Windows color (decimal): -13395054 or 9607987. OLE color: 9607987.

HSL color Cylindrical-coordinate representation of color #339B92: hue angle of 174.81º 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 #339B92 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 146 -
CMYK 0.67 0 0.06 0.39
HSL 174.81º 0.5% 0.4% -
HSV(B) 174.81º 0.67% 0.61% -
XYZ 18.27 26.22 31.29 -
YUV 122.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 51 155 146 0.67 0 0.06 0.39 174.81 0.5 0.4
Hex 33 9B 92 43 0 6 27 AF 32 28
Octal 63 233 222 103 0 6 47 257 62 50
Binary 110011 10011011 10010010 1000011 0 110 100111 10101111 110010 101000

Color Harmonies of #339B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B92

Black with #339B92

Text Example


Text Example

White with #339B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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