Html Css Color HEX #3DA28A Gossamer

📋 copy color: '#3DA28A'

red 61 ◦ green 162 ◦ blue 138

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

Shades of Gossamer #3DA28A

Tints of Gossamer #3DA28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 16.9%
G = 44.88%
B = 38.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#3DA28A (or 0x3DA28A) is known color: Gossamer. HEX triplet: 3D, A2 and 8A. RGB value is (61,162,138). Sum of RGB (Red+Green+Blue) = 61+162+138=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA28A is #C25D75. Grayscale: #818181. Windows color (decimal): -12737910 or 9085501. OLE color: 9085501.

HSL color Cylindrical-coordinate representation of color #3DA28A: hue angle of 165.74º 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 #3DA28A is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 162 138 -
CMYK 0.62 0 0.15 0.36
HSL 165.74º 0.45% 0.44% -
HSV(B) 165.74º 0.62% 0.64% -
XYZ 19.43 28.67 28.55 -
YUV 129.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 61 162 138 0.62 0 0.15 0.36 165.74 0.45 0.44
Hex 3D A2 8A 3E 0 F 24 A6 2D 2C
Octal 75 242 212 76 0 17 44 246 55 54
Binary 111101 10100010 10001010 111110 0 1111 100100 10100110 101101 101100

Color Harmonies of #3DA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA28A

Black with #3DA28A

Text Example


Text Example

White with #3DA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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