#3D997A

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

Shades of Gossamer #3D997A

Tints of Gossamer #3D997A

Color information

#3D997A (or 0x3D997A) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 7A. RGB value is (61,153,122). Sum of RGB (Red+Green+Blue) = 61+153+122=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #3D997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D997A is #C26685. Grayscale: #797979. Windows color (decimal): -12740230 or 8034621. OLE color: 8034621.

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

Color convert

RGB61153122-
CMYK0.6000.200.4
HSL159.78º42.99%41.96%-
HSV(B)159.78º60.13%60%-
XYZ16.8325.1822.39-
YUV121.96128.0284.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=18.15%
G=45.54%
B=36.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531220.6000.200.4159.7842.9941.96
Hex3D997A3C01428a02b2a
Octal7523117274024502405352
Binary11110110011001111101011110001010010100010100000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,122); }

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

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

 a { background-color: rgb(61,153,122); }

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

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

 span { border-color: rgb(61,153,122); }

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