#3D9480

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

Shades of Gossamer #3D9480

Tints of Gossamer #3D9480

Color information

#3D9480 (or 0x3D9480) is unknown color: approx Gossamer. HEX triplet: 3D, 94 and 80. RGB value is (61,148,128). Sum of RGB (Red+Green+Blue) = 61+148+128=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9480 is #C26B7F. Grayscale: #777777. Windows color (decimal): -12741504 or 8426557. OLE color: 8426557.

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

Color convert

RGB61148128-
CMYK0.5900.140.42
HSL166.21º41.63%40.98%-
HSV(B)166.21º58.78%58.04%-
XYZ16.4123.7324.14-
YUV119.71132.6886.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=18.10%
G=43.92%
B=37.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481280.5900.140.42166.2141.6340.98
Hex3D94803B0E2Aa62a29
Octal7522420073016522465251
Binary11110110010100100000001110110111010101010100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,128); }

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

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

 a { background-color: rgb(61,148,128); }

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

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

 span { border-color: rgb(61,148,128); }

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