#3BA981

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

Shades of Gossamer #3BA981

Tints of Gossamer #3BA981

Color information

#3BA981 (or 0x3BA981) is unknown color: approx Gossamer. HEX triplet: 3B, A9 and 81. RGB value is (59,169,129). Sum of RGB (Red+Green+Blue) = 59+169+129=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA981 is #C4567E. Grayscale: #838383. Windows color (decimal): -12867199 or 8497467. OLE color: 8497467.

HSL color Cylindrical-coordinate representation of color #3BA981: hue angle of 158.18º 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 #3BA981 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB59169129-
CMYK0.6500.240.34
HSL158.18º48.25%44.71%-
HSV(B)158.18º65.09%66.27%-
XYZ19.9530.8925.68-
YUV131.55126.5676.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=16.53%
G=47.34%
B=36.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691290.6500.240.34158.1848.2544.71
Hex3BA98141018229e302d
Octal73251201101030422366055
Binary1110111010100110000001100000101100010001010011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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