#3B9A7F

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

Shades of Gossamer #3B9A7F

Tints of Gossamer #3B9A7F

Color information

#3B9A7F (or 0x3B9A7F) is unknown color: approx Gossamer. HEX triplet: 3B, 9A and 7F. RGB value is (59,154,127). Sum of RGB (Red+Green+Blue) = 59+154+127=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #3B9A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9A7F is #C46580. Grayscale: #7A7A7A. Windows color (decimal): -12871041 or 8362555. OLE color: 8362555.

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

Color convert

RGB59154127-
CMYK0.6200.180.40
HSL162.95º44.6%41.76%-
HSV(B)162.95º61.69%60.39%-
XYZ17.1925.5724.11-
YUV122.52130.5382.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.35%
GREEN value IS 154 (60.55% from 255) = 45.29%
BLUE value IS 127 (50% from 255) = 37.35%
R=17.35%
G=45.29%
B=37.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591541270.6200.180.40162.9544.641.76
Hex3B9A7F3E01228a32d2a
Octal7323217776022502435552
Binary11101110011010111111111111001001010100010100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,154,127); }

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

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

 a { background-color: rgb(59,154,127); }

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

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

 span { border-color: rgb(59,154,127); }

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