Html Css Color HEX #3DA67F Gossamer

📋 copy color: '#3DA67F'

red 61 ◦ green 166 ◦ blue 127

#3DA67F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3DA67F

Tints of Gossamer #3DA67F

RGB

 RED value IS 61 (24.22% from 255) = 17.23%

 GREEN value IS 166 (65.23% from 255) = 46.89%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 17.23%
G = 46.89%
B = 35.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#3DA67F (or 0x3DA67F) is known color: Gossamer. HEX triplet: 3D, A6 and 7F. RGB value is (61,166,127). Sum of RGB (Red+Green+Blue) = 61+166+127=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA67F is #C25980. Grayscale: #828282. Windows color (decimal): -12736897 or 8365629. OLE color: 8365629.

HSL color Cylindrical-coordinate representation of color #3DA67F: hue angle of 157.71º 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 #3DA67F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 166 127 -
CMYK 0.63 0 0.23 0.35
HSL 157.71º 0.46% 0.45% -
HSV(B) 157.71º 0.63% 0.65% -
XYZ 19.39 29.8 24.81 -
YUV 130.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 61 166 127 0.63 0 0.23 0.35 157.71 0.46 0.45
Hex 3D A6 7F 3F 0 17 23 9E 2E 2D
Octal 75 246 177 77 0 27 43 236 56 55
Binary 111101 10100110 1111111 111111 0 10111 100011 10011110 101110 101101

Color Harmonies of #3DA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA67F

Black with #3DA67F

Text Example


Text Example

White with #3DA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DA67F;
 }
 .AnyTagClassName
 {
   color: #3DA67F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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