#31A27A

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

Shades of Gossamer #31A27A

Tints of Gossamer #31A27A

Color information

#31A27A (or 0x31A27A) is unknown color: approx Gossamer. HEX triplet: 31, A2 and 7A. RGB value is (49,162,122). Sum of RGB (Red+Green+Blue) = 49+162+122=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #31A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A27A is #CE5D85. Grayscale: #7B7B7B. Windows color (decimal): -13524358 or 8036913. OLE color: 8036913.

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

Color convert

RGB49162122-
CMYK0.7000.250.36
HSL158.76º53.55%41.37%-
HSV(B)158.76º69.75%63.53%-
XYZ17.727.922.86-
YUV123.65127.0674.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=14.71%
G=48.65%
B=36.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621220.7000.250.36158.7653.5541.37
Hex31A27A46019249f3629
Octal61242172106031442376651
Binary110001101000101111010100011001100110010010011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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