#3D997B

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

Shades of Gossamer #3D997B

Tints of Gossamer #3D997B

Color information

#3D997B (or 0x3D997B) is unknown color: approx Gossamer. HEX triplet: 3D, 99 and 7B. RGB value is (61,153,123). Sum of RGB (Red+Green+Blue) = 61+153+123=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #3D997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D997B is #C26684. Grayscale: #7A7A7A. Windows color (decimal): -12740229 or 8100157. OLE color: 8100157.

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

Color convert

RGB61153123-
CMYK0.6000.200.4
HSL160.43º42.99%41.96%-
HSV(B)160.43º60.13%60%-
XYZ16.8925.222.71-
YUV122.07128.5284.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=18.10%
G=45.40%
B=36.50%

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
Decimal611531230.6000.200.4160.4342.9941.96
Hex3D997B3C01428a02b2a
Octal7523117374024502405352
Binary11110110011001111101111110001010010100010100000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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