#3BA97D

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

Shades of Gossamer #3BA97D

Tints of Gossamer #3BA97D

Color information

#3BA97D (or 0x3BA97D) is unknown color: approx Gossamer. HEX triplet: 3B, A9 and 7D. RGB value is (59,169,125). Sum of RGB (Red+Green+Blue) = 59+169+125=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA97D is #C45682. Grayscale: #838383. Windows color (decimal): -12867203 or 8235323. OLE color: 8235323.

HSL color Cylindrical-coordinate representation of color #3BA97D: hue angle of 156º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA97D is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB59169125-
CMYK0.6500.260.34
HSL156º48.25%44.71%-
HSV(B)156º65.09%66.27%-
XYZ19.6930.7924.31-
YUV131.09124.5676.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=16.71%
G=47.88%
B=35.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691250.6500.260.3415648.2544.71
Hex3BA97D4101A229c302d
Octal73251175101032422346055
Binary111011101010011111101100000101101010001010011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,169,125); }

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

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

 a { background-color: rgb(59,169,125); }

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

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

 span { border-color: rgb(59,169,125); }

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