#3BA57F

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

Shades of Gossamer #3BA57F

Tints of Gossamer #3BA57F

Color information

#3BA57F (or 0x3BA57F) is unknown color: approx Gossamer. HEX triplet: 3B, A5 and 7F. RGB value is (59,165,127). Sum of RGB (Red+Green+Blue) = 59+165+127=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA57F is #C45A80. Grayscale: #818181. Windows color (decimal): -12868225 or 8365371. OLE color: 8365371.

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

Color convert

RGB59165127-
CMYK0.6400.230.35
HSL158.49º47.32%43.92%-
HSV(B)158.49º64.24%64.71%-
XYZ19.0929.3724.74-
YUV128.97126.8878.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.81%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 127 (50% from 255) = 36.18%
R=16.81%
G=47.01%
B=36.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591651270.6400.230.35158.4947.3243.92
Hex3BA57F40017239e2f2c
Octal73245177100027432365754
Binary111011101001011111111100000001011110001110011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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