#3B9378

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

Shades of Gossamer #3B9378

Tints of Gossamer #3B9378

Color information

#3B9378 (or 0x3B9378) is unknown color: approx Gossamer. HEX triplet: 3B, 93 and 78. RGB value is (59,147,120). Sum of RGB (Red+Green+Blue) = 59+147+120=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9378 is #C46C87. Grayscale: #757575. Windows color (decimal): -12872840 or 7902011. OLE color: 7902011.

HSL color Cylindrical-coordinate representation of color #3B9378: hue angle of 161.59º 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 #3B9378 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB59147120-
CMYK0.6000.180.42
HSL161.59º42.72%40.39%-
HSV(B)161.59º59.86%57.65%-
XYZ15.6323.1521.41-
YUV117.61129.3586.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=18.10%
G=45.09%
B=36.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591471200.6000.180.42161.5942.7240.39
Hex3B93783C0122Aa22b28
Octal7322317074022522425350
Binary11101110010011111100011110001001010101010100010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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