#31A49A

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

Shades of Java #31A49A

Tints of Java #31A49A

Color information

#31A49A (or 0x31A49A) is unknown color: approx Java. HEX triplet: 31, A4 and 9A. RGB value is (49,164,154). Sum of RGB (Red+Green+Blue) = 49+164+154=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #31A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A49A is #CE5B65. Grayscale: #808080. Windows color (decimal): -13523814 or 10134577. OLE color: 10134577.

HSL color Cylindrical-coordinate representation of color #31A49A: hue angle of 174.78º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A49A is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB49164154-
CMYK0.7000.060.36
HSL174.78º53.99%41.76%-
HSV(B)174.78º70.12%64.31%-
XYZ20.3729.5435.2-
YUV128.48142.471.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=13.35%
G=44.69%
B=41.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491641540.7000.060.36174.7853.9941.76
Hex31A49A460624af362a
Octal6124423210606442576652
Binary11000110100100100110101000110011010010010101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A49A; }

 p { color: rgb(49,164,154); }

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

<style>
 a { background-color: #31A49A; }

 a { background-color: rgb(49,164,154); }

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

<style>
 span { border-color: #31A49A; }

 span { border-color: rgb(49,164,154); }

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