#3FA287

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

Shades of Gossamer #3FA287

Tints of Gossamer #3FA287

Color information

#3FA287 (or 0x3FA287) is unknown color: approx Gossamer. HEX triplet: 3F, A2 and 87. RGB value is (63,162,135). Sum of RGB (Red+Green+Blue) = 63+162+135=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA287 is #C05D78. Grayscale: #818181. Windows color (decimal): -12606841 or 8888895. OLE color: 8888895.

HSL color Cylindrical-coordinate representation of color #3FA287: hue angle of 163.64º 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 #3FA287 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB63162135-
CMYK0.6100.170.36
HSL163.64º44%44.12%-
HSV(B)163.64º61.11%63.53%-
XYZ19.3428.6527.43-
YUV129.32131.280.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=17.5%
G=45%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621350.6100.170.36163.644444.12
Hex3FA2873D01124a42c2c
Octal7724220775021442445454
Binary111111101000101000011111110101000110010010100100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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