#3B967E

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

Shades of Gossamer #3B967E

Tints of Gossamer #3B967E

Color information

#3B967E (or 0x3B967E) is unknown color: approx Gossamer. HEX triplet: 3B, 96 and 7E. RGB value is (59,150,126). Sum of RGB (Red+Green+Blue) = 59+150+126=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #3B967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B967E is #C46981. Grayscale: #787878. Windows color (decimal): -12872066 or 8295995. OLE color: 8295995.

HSL color Cylindrical-coordinate representation of color #3B967E: hue angle of 164.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B967E is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB59150126-
CMYK0.6100.160.41
HSL164.18º43.54%40.98%-
HSV(B)164.18º60.67%58.82%-
XYZ16.4824.2523.55-
YUV120.06131.3584.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=17.61%
G=44.78%
B=37.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591501260.6100.160.41164.1843.5440.98
Hex3B967E3D01029a42c29
Octal7322617675020512445451
Binary11101110010110111111011110101000010100110100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,126); }

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

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

 a { background-color: rgb(59,150,126); }

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

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

 span { border-color: rgb(59,150,126); }

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