Html Css Color HEX #3DA57D Gossamer

📋 copy color: '#3DA57D'

red 61 ◦ green 165 ◦ blue 125

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

Shades of Gossamer #3DA57D

Tints of Gossamer #3DA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

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

R = 17.38%
G = 47.01%
B = 35.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#3DA57D (or 0x3DA57D) is known color: Gossamer. HEX triplet: 3D, A5 and 7D. RGB value is (61,165,125). Sum of RGB (Red+Green+Blue) = 61+165+125=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA57D is #C25A82. Grayscale: #818181. Windows color (decimal): -12737155 or 8234301. OLE color: 8234301.

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

Color convert

RGB 61 165 125 -
CMYK 0.63 0 0.24 0.35
HSL 156.92º 0.46% 0.44% -
HSV(B) 156.92º 0.63% 0.65% -
XYZ 19.08 29.38 24.07 -
YUV 129.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 61 165 125 0.63 0 0.24 0.35 156.92 0.46 0.44
Hex 3D A5 7D 3F 0 18 23 9D 2E 2C
Octal 75 245 175 77 0 30 43 235 56 54
Binary 111101 10100101 1111101 111111 0 11000 100011 10011101 101110 101100

Color Harmonies of #3DA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA57D

Black with #3DA57D

Text Example


Text Example

White with #3DA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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