#3F9D81

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

Shades of Gossamer #3F9D81

Tints of Gossamer #3F9D81

Color information

#3F9D81 (or 0x3F9D81) is unknown color: approx Gossamer. HEX triplet: 3F, 9D and 81. RGB value is (63,157,129). Sum of RGB (Red+Green+Blue) = 63+157+129=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9D81 is #C0627E. Grayscale: #7D7D7D. Windows color (decimal): -12608127 or 8494399. OLE color: 8494399.

HSL color Cylindrical-coordinate representation of color #3F9D81: hue angle of 162.13º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9D81 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB63157129-
CMYK0.6000.180.38
HSL162.13º42.73%43.14%-
HSV(B)162.13º59.87%61.57%-
XYZ18.0726.7624.98-
YUV125.7129.8683.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=18.05%
G=44.99%
B=36.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631571290.6000.180.38162.1342.7343.14
Hex3F9D813C01226a22b2b
Octal7723520174022462425353
Binary111111100111011000000111110001001010011010100010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,157,129); }

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

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

 a { background-color: rgb(63,157,129); }

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

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

 span { border-color: rgb(63,157,129); }

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