Html Css Color HEX #3DA280 Gossamer

📋 copy color: '#3DA280'

red 61 ◦ green 162 ◦ blue 128

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

Shades of Gossamer #3DA280

Tints of Gossamer #3DA280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 17.38%
G = 46.15%
B = 36.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#3DA280 (or 0x3DA280) is known color: Gossamer. HEX triplet: 3D, A2 and 80. RGB value is (61,162,128). Sum of RGB (Red+Green+Blue) = 61+162+128=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA280 is #C25D7F. Grayscale: #7F7F7F. Windows color (decimal): -12737920 or 8430141. OLE color: 8430141.

HSL color Cylindrical-coordinate representation of color #3DA280: hue angle of 159.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA280 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 162 128 -
CMYK 0.62 0 0.21 0.36
HSL 159.8º 0.45% 0.44% -
HSV(B) 159.8º 0.62% 0.64% -
XYZ 18.74 28.39 24.91 -
YUV 127.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 61 162 128 0.62 0 0.21 0.36 159.8 0.45 0.44
Hex 3D A2 80 3E 0 15 24 A0 2D 2C
Octal 75 242 200 76 0 25 44 240 55 54
Binary 111101 10100010 10000000 111110 0 10101 100100 10100000 101101 101100

Color Harmonies of #3DA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA280

Black with #3DA280

Text Example


Text Example

White with #3DA280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,162,128); }

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

background-color css

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

 a { background-color: rgb(61,162,128); }

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

border-color css

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

 span { border-color: rgb(61,162,128); }

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