Html Css Color HEX #3DB391 Gossamer

📋 copy color: '#3DB391'

red 61 ◦ green 179 ◦ blue 145

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

Shades of Gossamer #3DB391

Tints of Gossamer #3DB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 15.84%
G = 46.49%
B = 37.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#3DB391 (or 0x3DB391) is known color: Gossamer. HEX triplet: 3D, B3 and 91. RGB value is (61,179,145). Sum of RGB (Red+Green+Blue) = 61+179+145=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB391 is #C24C6E. Grayscale: #8B8B8B. Windows color (decimal): -12733551 or 9548605. OLE color: 9548605.

HSL color Cylindrical-coordinate representation of color #3DB391: hue angle of 162.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB391 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 179 145 -
CMYK 0.66 0 0.19 0.30
HSL 162.71º 0.49% 0.47% -
HSV(B) 162.71º 0.66% 0.7% -
XYZ 23.16 35.28 32.38 -
YUV 139.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 61 179 145 0.66 0 0.19 0.30 162.71 0.49 0.47
Hex 3D B3 91 42 0 13 1E A3 31 2F
Octal 75 263 221 102 0 23 36 243 61 57
Binary 111101 10110011 10010001 1000010 0 10011 11110 10100011 110001 101111

Color Harmonies of #3DB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB391

Black with #3DB391

Text Example


Text Example

White with #3DB391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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