#39A49D

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

Shades of Java #39A49D

Tints of Java #39A49D

Color information

#39A49D (or 0x39A49D) is unknown color: approx Java. HEX triplet: 39, A4 and 9D. RGB value is (57,164,157). Sum of RGB (Red+Green+Blue) = 57+164+157=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #39A49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A49D is #C65B62. Grayscale: #838383. Windows color (decimal): -12999523 or 10331193. OLE color: 10331193.

HSL color Cylindrical-coordinate representation of color #39A49D: hue angle of 176.07º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39A49D is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB57164157-
CMYK0.6500.040.36
HSL176.07º48.42%43.33%-
HSV(B)176.07º65.24%64.31%-
XYZ21.0529.8636.55-
YUV131.21142.5575.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.08%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=15.08%
G=43.39%
B=41.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571641570.6500.040.36176.0748.4243.33
Hex39A49D410424b0302b
Octal7124423510104442606053
Binary11100110100100100111011000001010010010010110000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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