#3DA07B

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

Shades of Gossamer #3DA07B

Tints of Gossamer #3DA07B

Color information

#3DA07B (or 0x3DA07B) is unknown color: approx Gossamer. HEX triplet: 3D, A0 and 7B. RGB value is (61,160,123). Sum of RGB (Red+Green+Blue) = 61+160+123=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA07B is #C25F84. Grayscale: #7E7E7E. Windows color (decimal): -12738437 or 8101949. OLE color: 8101949.

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

Color convert

RGB61160123-
CMYK0.6200.230.37
HSL157.58º44.8%43.33%-
HSV(B)157.58º61.87%62.75%-
XYZ18.0727.5623.11-
YUV126.18126.281.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.73%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=17.73%
G=46.51%
B=35.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611601230.6200.230.37157.5844.843.33
Hex3DA07B3E017259e2d2b
Octal7524017376027452365553
Binary11110110100000111101111111001011110010110011110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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