#3B9278

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

Shades of Gossamer #3B9278

Tints of Gossamer #3B9278

Color information

#3B9278 (or 0x3B9278) is unknown color: approx Gossamer. HEX triplet: 3B, 92 and 78. RGB value is (59,146,120). Sum of RGB (Red+Green+Blue) = 59+146+120=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9278 is #C46D87. Grayscale: #757575. Windows color (decimal): -12873096 or 7901755. OLE color: 7901755.

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

Color convert

RGB59146120-
CMYK0.6000.180.43
HSL162.07º42.44%40.2%-
HSV(B)162.07º59.59%57.25%-
XYZ15.4722.8421.36-
YUV117.02129.6886.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=18.15%
G=44.92%
B=36.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461200.6000.180.43162.0742.4440.2
Hex3B92783C0122Ba22a28
Octal7322217074022532425250
Binary11101110010010111100011110001001010101110100010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,120); }

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

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

 a { background-color: rgb(59,146,120); }

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

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

 span { border-color: rgb(59,146,120); }

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