#3FA27C

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

Shades of Gossamer #3FA27C

Tints of Gossamer #3FA27C

Color information

#3FA27C (or 0x3FA27C) is unknown color: approx Gossamer. HEX triplet: 3F, A2 and 7C. RGB value is (63,162,124). Sum of RGB (Red+Green+Blue) = 63+162+124=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA27C is #C05D83. Grayscale: #808080. Windows color (decimal): -12606852 or 8167999. OLE color: 8167999.

HSL color Cylindrical-coordinate representation of color #3FA27C: hue angle of 156.97º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA27C is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB63162124-
CMYK0.6100.230.36
HSL156.97º44%44.12%-
HSV(B)156.97º61.11%63.53%-
XYZ18.6128.3523.56-
YUV128.07125.781.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=18.05%
G=46.42%
B=35.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621240.6100.230.36156.974444.12
Hex3FA27C3D017249d2c2c
Octal7724217475027442355454
Binary11111110100010111110011110101011110010010011101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA27C; }

 p { color: rgb(63,162,124); }

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

<style>
 a { background-color: #3FA27C; }

 a { background-color: rgb(63,162,124); }

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

<style>
 span { border-color: #3FA27C; }

 span { border-color: rgb(63,162,124); }

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