Html Css Color HEX #3DA591 Gossamer

📋 copy color: '#3DA591'

red 61 ◦ green 165 ◦ blue 145

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

Shades of Gossamer #3DA591

Tints of Gossamer #3DA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 16.44%
G = 44.47%
B = 39.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#3DA591 (or 0x3DA591) is known color: Gossamer. HEX triplet: 3D, A5 and 91. RGB value is (61,165,145). Sum of RGB (Red+Green+Blue) = 61+165+145=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA591 is #C25A6E. Grayscale: #838383. Windows color (decimal): -12737135 or 9545021. OLE color: 9545021.

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

Color convert

RGB 61 165 145 -
CMYK 0.63 0 0.12 0.35
HSL 168.46º 0.46% 0.44% -
HSV(B) 168.46º 0.63% 0.65% -
XYZ 20.49 29.95 31.49 -
YUV 131.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 61 165 145 0.63 0 0.12 0.35 168.46 0.46 0.44
Hex 3D A5 91 3F 0 C 23 A8 2E 2C
Octal 75 245 221 77 0 14 43 250 56 54
Binary 111101 10100101 10010001 111111 0 1100 100011 10101000 101110 101100

Color Harmonies of #3DA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA591

Black with #3DA591

Text Example


Text Example

White with #3DA591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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