Html Css Color HEX #3DA67D Gossamer

📋 copy color: '#3DA67D'

red 61 ◦ green 166 ◦ blue 125

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

Shades of Gossamer #3DA67D

Tints of Gossamer #3DA67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 17.33%
G = 47.16%
B = 35.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#3DA67D (or 0x3DA67D) is known color: Gossamer. HEX triplet: 3D, A6 and 7D. RGB value is (61,166,125). Sum of RGB (Red+Green+Blue) = 61+166+125=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA67D is #C25982. Grayscale: #818181. Windows color (decimal): -12736899 or 8234557. OLE color: 8234557.

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

Color convert

RGB 61 166 125 -
CMYK 0.63 0 0.25 0.35
HSL 156.57º 0.46% 0.45% -
HSV(B) 156.57º 0.63% 0.65% -
XYZ 19.26 29.75 24.13 -
YUV 129.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 61 166 125 0.63 0 0.25 0.35 156.57 0.46 0.45
Hex 3D A6 7D 3F 0 19 23 9D 2E 2D
Octal 75 246 175 77 0 31 43 235 56 55
Binary 111101 10100110 1111101 111111 0 11001 100011 10011101 101110 101101

Color Harmonies of #3DA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA67D

Black with #3DA67D

Text Example


Text Example

White with #3DA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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