#3DA67B

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

Shades of Gossamer #3DA67B

Tints of Gossamer #3DA67B

Color information

#3DA67B (or 0x3DA67B) is unknown color: approx Gossamer. HEX triplet: 3D, A6 and 7B. RGB value is (61,166,123). Sum of RGB (Red+Green+Blue) = 61+166+123=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA67B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA67B is #C25984. Grayscale: #818181. Windows color (decimal): -12736901 or 8103485. OLE color: 8103485.

HSL color Cylindrical-coordinate representation of color #3DA67B: hue angle of 155.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA67B is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB61166123-
CMYK0.6300.260.35
HSL155.43º46.26%44.51%-
HSV(B)155.43º63.25%65.1%-
XYZ19.1429.6923.46-
YUV129.7124.2179-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 166 (65.23% from 255) = 47.43%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=17.43%
G=47.43%
B=35.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611661230.6300.260.35155.4346.2644.51
Hex3DA67B3F01A239b2e2d
Octal7524617377032432335655
Binary11110110100110111101111111101101010001110011011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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