#3B9D83

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

Shades of Gossamer #3B9D83

Tints of Gossamer #3B9D83

Color information

#3B9D83 (or 0x3B9D83) is unknown color: approx Gossamer. HEX triplet: 3B, 9D and 83. RGB value is (59,157,131). Sum of RGB (Red+Green+Blue) = 59+157+131=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9D83 is #C4627C. Grayscale: #7C7C7C. Windows color (decimal): -12870269 or 8625467. OLE color: 8625467.

HSL color Cylindrical-coordinate representation of color #3B9D83: hue angle of 164.08º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9D83 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB59157131-
CMYK0.6200.170.38
HSL164.08º45.37%42.35%-
HSV(B)164.08º62.42%61.57%-
XYZ17.9626.6825.68-
YUV124.73131.5381.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=17.00%
G=45.24%
B=37.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591571310.6200.170.38164.0845.3742.35
Hex3B9D833E01126a42d2a
Octal7323520376021462445552
Binary111011100111011000001111111001000110011010100100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,157,131); }

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

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

 a { background-color: rgb(59,157,131); }

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

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

 span { border-color: rgb(59,157,131); }

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