#3B9382

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

Shades of Gossamer #3B9382

Tints of Gossamer #3B9382

Color information

#3B9382 (or 0x3B9382) is unknown color: approx Gossamer. HEX triplet: 3B, 93 and 82. RGB value is (59,147,130). Sum of RGB (Red+Green+Blue) = 59+147+130=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9382 is #C46C7D. Grayscale: #767676. Windows color (decimal): -12872830 or 8557371. OLE color: 8557371.

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

Color convert

RGB59147130-
CMYK0.6000.120.42
HSL168.41º42.72%40.39%-
HSV(B)168.41º59.86%57.65%-
XYZ16.2723.4124.78-
YUV118.75134.3585.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=17.56%
G=43.75%
B=38.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591471300.6000.120.42168.4142.7240.39
Hex3B93823C0C2Aa82b28
Octal7322320274014522505350
Binary11101110010011100000101111000110010101010101000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,147,130); }

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

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

 a { background-color: rgb(59,147,130); }

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

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

 span { border-color: rgb(59,147,130); }

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