#3D997D

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

Shades of Gossamer #3D997D

Tints of Gossamer #3D997D

Color information

#3D997D (or 0x3D997D) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 7D. RGB value is (61,153,125). Sum of RGB (Red+Green+Blue) = 61+153+125=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #3D997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D997D is #C26682. Grayscale: #7A7A7A. Windows color (decimal): -12740227 or 8231229. OLE color: 8231229.

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

Color convert

RGB61153125-
CMYK0.6000.180.4
HSL161.74º42.99%41.96%-
HSV(B)161.74º60.13%60%-
XYZ17.0225.2623.38-
YUV122.3129.5284.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=17.99%
G=45.13%
B=36.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611531250.6000.180.4161.7442.9941.96
Hex3D997D3C01228a22b2a
Octal7523117574022502425352
Binary11110110011001111110111110001001010100010100010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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