#3BA37F

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

Shades of Gossamer #3BA37F

Tints of Gossamer #3BA37F

Color information

#3BA37F (or 0x3BA37F) is unknown color: approx Gossamer. HEX triplet: 3B, A3 and 7F. RGB value is (59,163,127). Sum of RGB (Red+Green+Blue) = 59+163+127=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA37F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA37F is #C45C80. Grayscale: #7F7F7F. Windows color (decimal): -12868737 or 8364859. OLE color: 8364859.

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

Color convert

RGB59163127-
CMYK0.6400.220.36
HSL159.23º46.85%43.53%-
HSV(B)159.23º63.8%63.92%-
XYZ18.7328.6624.62-
YUV127.8127.5478.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 163 (64.06% from 255) = 46.70%
BLUE value IS 127 (50% from 255) = 36.39%
R=16.91%
G=46.70%
B=36.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591631270.6400.220.36159.2346.8543.53
Hex3BA37F40016249f2f2c
Octal73243177100026442375754
Binary111011101000111111111100000001011010010010011111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,127); }

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

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

 a { background-color: rgb(59,163,127); }

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

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

 span { border-color: rgb(59,163,127); }

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