#39A59D

Color #39A59D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #39A59D

Tints of Java #39A59D

Color information

#39A59D (or 0x39A59D) is unknown color: approx Java. HEX triplet: 39, A5 and 9D. RGB value is (57,165,157). Sum of RGB (Red+Green+Blue) = 57+165+157=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #39A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A59D is #C65A62. Grayscale: #838383. Windows color (decimal): -12999267 or 10331449. OLE color: 10331449.

HSL color Cylindrical-coordinate representation of color #39A59D: hue angle of 175.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A59D is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB57165157-
CMYK0.6500.050.35
HSL175.56º48.65%43.53%-
HSV(B)175.56º65.45%64.71%-
XYZ21.2330.2136.61-
YUV131.8142.2274.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=15.04%
G=43.54%
B=41.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571651570.6500.050.35175.5648.6543.53
Hex39A59D410523b0312c
Octal7124523510105432606154
Binary11100110100101100111011000001010110001110110000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A59D; }

 p { color: rgb(57,165,157); }

 H1.HeaderClassName
 {
   color: #39A59D;
 }
 .AnyTagClassName
 {
   color: #39A59D;
 }
</style>
background-color css

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

 a { background-color: rgb(57,165,157); }

 div.DivClassName
 {
   background-color: #39A59D;
 }
 .BgClassName
 {
   background-color: #39A59D;
 }
</style>
border-color css

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

 span { border-color: rgb(57,165,157); }

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