#3B947A

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

Shades of Gossamer #3B947A

Tints of Gossamer #3B947A

Color information

#3B947A (or 0x3B947A) is unknown color: approx Gossamer. HEX triplet: 3B, 94 and 7A. RGB value is (59,148,122). Sum of RGB (Red+Green+Blue) = 59+148+122=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #3B947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B947A is #C46B85. Grayscale: #767676. Windows color (decimal): -12872582 or 8033339. OLE color: 8033339.

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

Color convert

RGB59148122-
CMYK0.6000.180.42
HSL162.47º43%40.59%-
HSV(B)162.47º60.14%58.04%-
XYZ15.9123.5122.11-
YUV118.42130.0185.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.93%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=17.93%
G=44.98%
B=37.08%

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
Decimal591481220.6000.180.42162.474340.59
Hex3B947A3C0122Aa22b29
Octal7322417274022522425351
Binary11101110010100111101011110001001010101010100010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,148,122); }

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

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

 a { background-color: rgb(59,148,122); }

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

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

 span { border-color: rgb(59,148,122); }

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