#3D9F7C

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

Shades of Gossamer #3D9F7C

Tints of Gossamer #3D9F7C

Color information

#3D9F7C (or 0x3D9F7C) is unknown color: approx Gossamer. HEX triplet: 3D, 9F and 7C. RGB value is (61,159,124). Sum of RGB (Red+Green+Blue) = 61+159+124=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F7C is #C26083. Grayscale: #7D7D7D. Windows color (decimal): -12738692 or 8167229. OLE color: 8167229.

HSL color Cylindrical-coordinate representation of color #3D9F7C: hue angle of 158.57º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9F7C is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB61159124-
CMYK0.6200.220.38
HSL158.57º44.55%43.14%-
HSV(B)158.57º61.64%62.35%-
XYZ17.9627.2423.38-
YUV125.71127.0381.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.73%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=17.73%
G=46.22%
B=36.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611591240.6200.220.38158.5744.5543.14
Hex3D9F7C3E016269f2d2b
Octal7523717476026462375553
Binary11110110011111111110011111001011010011010011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,159,124); }

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

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

 a { background-color: rgb(61,159,124); }

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

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

 span { border-color: rgb(61,159,124); }

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