#31a486

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

Shades of Gossamer #31A486

Tints of Gossamer #31A486

Color information

#31A486 (or 0x31A486) is unknown color: approx Gossamer. HEX triplet: 31, A4 and 86. RGB value is (49,164,134). Sum of RGB (Red+Green+Blue) = 49+164+134=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #31A486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A486 is #CE5B79. Grayscale: #7E7E7E. Windows color (decimal): -13523834 or 8823857. OLE color: 8823857.

HSL color Cylindrical-coordinate representation of color #31A486: hue angle of 164.35º 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 #31A486 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB49164134-
CMYK0.7000.180.36
HSL164.35º53.99%41.76%-
HSV(B)164.35º70.12%64.31%-
XYZ18.8528.9327.14-
YUV126.2132.472.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=14.12%
G=47.26%
B=38.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491641340.7000.180.36164.3553.9941.76
Hex31A4864601224a4362a
Octal61244206106022442446652
Binary1100011010010010000110100011001001010010010100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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