#31A287

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

Shades of Gossamer #31A287

Tints of Gossamer #31A287

Color information

#31A287 (or 0x31A287) is unknown color: approx Gossamer. HEX triplet: 31, A2 and 87. RGB value is (49,162,135). Sum of RGB (Red+Green+Blue) = 49+162+135=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #31A287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A287 is #CE5D78. Grayscale: #7D7D7D. Windows color (decimal): -13524345 or 8888881. OLE color: 8888881.

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

Color convert

RGB49162135-
CMYK0.7000.170.36
HSL165.66º53.55%41.37%-
HSV(B)165.66º69.75%63.53%-
XYZ18.5628.2427.39-
YUV125.14133.5673.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=14.16%
G=46.82%
B=39.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621350.7000.170.36165.6653.5541.37
Hex31A2874601124a63629
Octal61242207106021442466651
Binary1100011010001010000111100011001000110010010100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,162,135); }

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

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

 a { background-color: rgb(49,162,135); }

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

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

 span { border-color: rgb(49,162,135); }

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