Html Css Color HEX #3D937C Gossamer

📋 copy color: '#3D937C'

red 61 ◦ green 147 ◦ blue 124

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

Shades of Gossamer #3D937C

Tints of Gossamer #3D937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.28%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 18.37%
G = 44.28%
B = 37.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#3D937C (or 0x3D937C) is known color: Gossamer. HEX triplet: 3D, 93 and 7C. RGB value is (61,147,124). Sum of RGB (Red+Green+Blue) = 61+147+124=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #3D937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D937C is #C26C83. Grayscale: #767676. Windows color (decimal): -12741764 or 8164157. OLE color: 8164157.

HSL color Cylindrical-coordinate representation of color #3D937C: hue angle of 163.95º degrees, saturation: 0.41, 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 #3D937C is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 147 124 -
CMYK 0.59 0 0.16 0.42
HSL 163.95º 0.41% 0.41% -
HSV(B) 163.95º 0.59% 0.58% -
XYZ 16 23.31 22.73 -
YUV 118.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 61 147 124 0.59 0 0.16 0.42 163.95 0.41 0.41
Hex 3D 93 7C 3B 0 10 2A A4 29 29
Octal 75 223 174 73 0 20 52 244 51 51
Binary 111101 10010011 1111100 111011 0 10000 101010 10100100 101001 101001

Color Harmonies of #3D937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D937C

Black with #3D937C

Text Example


Text Example

White with #3D937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,147,124); }

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

background-color css

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

 a { background-color: rgb(61,147,124); }

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

border-color css

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

 span { border-color: rgb(61,147,124); }

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