#3B9484

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

Shades of Gossamer #3B9484

Tints of Gossamer #3B9484

Color information

#3B9484 (or 0x3B9484) is unknown color: approx Gossamer. HEX triplet: 3B, 94 and 84. RGB value is (59,148,132). Sum of RGB (Red+Green+Blue) = 59+148+132=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #3B9484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9484 is #C46B7B. Grayscale: #777777. Windows color (decimal): -12872572 or 8688699. OLE color: 8688699.

HSL color Cylindrical-coordinate representation of color #3B9484: hue angle of 169.21º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9484 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB59148132-
CMYK0.6000.110.42
HSL169.21º43%40.59%-
HSV(B)169.21º60.14%58.04%-
XYZ16.5623.7825.55-
YUV119.56135.0184.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.40%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=17.40%
G=43.66%
B=38.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591481320.6000.110.42169.214340.59
Hex3B94843C0B2Aa92b29
Octal7322420474013522515351
Binary11101110010100100001001111000101110101010101001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,148,132); }

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

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

 a { background-color: rgb(59,148,132); }

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

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

 span { border-color: rgb(59,148,132); }

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