Html Css Color HEX #3DA492 Gossamer

📋 copy color: '#3DA492'

red 61 ◦ green 164 ◦ blue 146

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

Shades of Gossamer #3DA492

Tints of Gossamer #3DA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 16.44%
G = 44.2%
B = 39.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#3DA492 (or 0x3DA492) is known color: Gossamer. HEX triplet: 3D, A4 and 92. RGB value is (61,164,146). Sum of RGB (Red+Green+Blue) = 61+164+146=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA492 is #C25B6D. Grayscale: #838383. Windows color (decimal): -12737390 or 9610301. OLE color: 9610301.

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

Color convert

RGB 61 164 146 -
CMYK 0.63 0 0.11 0.36
HSL 169.51º 0.46% 0.44% -
HSV(B) 169.51º 0.63% 0.64% -
XYZ 20.39 29.62 31.84 -
YUV 131.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 61 164 146 0.63 0 0.11 0.36 169.51 0.46 0.44
Hex 3D A4 92 3F 0 B 24 AA 2E 2C
Octal 75 244 222 77 0 13 44 252 56 54
Binary 111101 10100100 10010010 111111 0 1011 100100 10101010 101110 101100

Color Harmonies of #3DA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA492

Black with #3DA492

Text Example


Text Example

White with #3DA492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,164,146); }

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

background-color css

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

 a { background-color: rgb(61,164,146); }

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

border-color css

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

 span { border-color: rgb(61,164,146); }

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