Html Css Color HEX #3D947E Gossamer

📋 copy color: '#3D947E'

red 61 ◦ green 148 ◦ blue 126

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

Shades of Gossamer #3D947E

Tints of Gossamer #3D947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 18.21%
G = 44.18%
B = 37.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#3D947E (or 0x3D947E) is known color: Gossamer. HEX triplet: 3D, 94 and 7E. RGB value is (61,148,126). Sum of RGB (Red+Green+Blue) = 61+148+126=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #3D947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D947E is #C26B81. Grayscale: #777777. Windows color (decimal): -12741506 or 8295485. OLE color: 8295485.

HSL color Cylindrical-coordinate representation of color #3D947E: hue angle of 164.83º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D947E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 148 126 -
CMYK 0.59 0 0.15 0.42
HSL 164.83º 0.42% 0.41% -
HSV(B) 164.83º 0.59% 0.58% -
XYZ 16.28 23.68 23.45 -
YUV 119.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 61 148 126 0.59 0 0.15 0.42 164.83 0.42 0.41
Hex 3D 94 7E 3B 0 F 2A A5 2A 29
Octal 75 224 176 73 0 17 52 245 52 51
Binary 111101 10010100 1111110 111011 0 1111 101010 10100101 101010 101001

Color Harmonies of #3D947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D947E

Black with #3D947E

Text Example


Text Example

White with #3D947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,148,126); }

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

background-color css

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

 a { background-color: rgb(61,148,126); }

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

border-color css

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

 span { border-color: rgb(61,148,126); }

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