#3D9D7E

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

Shades of Gossamer #3D9D7E

Tints of Gossamer #3D9D7E

Color information

#3D9D7E (or 0x3D9D7E) is unknown color: approx Gossamer. HEX triplet: 3D, 9D and 7E. RGB value is (61,157,126). Sum of RGB (Red+Green+Blue) = 61+157+126=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #3D9D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9D7E is #C26281. Grayscale: #7C7C7C. Windows color (decimal): -12739202 or 8297789. OLE color: 8297789.

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

Color convert

RGB61157126-
CMYK0.6100.200.38
HSL160.62º44.04%42.75%-
HSV(B)160.62º61.15%61.57%-
XYZ17.7526.6123.94-
YUV124.76128.782.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.73%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=17.73%
G=45.64%
B=36.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611571260.6100.200.38160.6244.0442.75
Hex3D9D7E3D01426a12c2b
Octal7523517675024462415453
Binary11110110011101111111011110101010010011010100001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,126); }

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

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

 a { background-color: rgb(61,157,126); }

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

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

 span { border-color: rgb(61,157,126); }

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