Html Css Color HEX #3D9A7F Gossamer

📋 copy color: '#3D9A7F'

red 61 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #3D9A7F

Tints of Gossamer #3D9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 17.84%
G = 45.03%
B = 37.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#3D9A7F (or 0x3D9A7F) is known color: Gossamer. HEX triplet: 3D, 9A and 7F. RGB value is (61,154,127). Sum of RGB (Red+Green+Blue) = 61+154+127=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9A7F is #C26580. Grayscale: #7B7B7B. Windows color (decimal): -12739969 or 8362557. OLE color: 8362557.

HSL color Cylindrical-coordinate representation of color #3D9A7F: hue angle of 162.58º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9A7F is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 154 127 -
CMYK 0.60 0 0.18 0.40
HSL 162.58º 0.43% 0.42% -
HSV(B) 162.58º 0.6% 0.6% -
XYZ 17.31 25.64 24.11 -
YUV 123.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 61 154 127 0.60 0 0.18 0.40 162.58 0.43 0.42
Hex 3D 9A 7F 3C 0 12 28 A3 2B 2A
Octal 75 232 177 74 0 22 50 243 53 52
Binary 111101 10011010 1111111 111100 0 10010 101000 10100011 101011 101010

Color Harmonies of #3D9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9A7F

Black with #3D9A7F

Text Example


Text Example

White with #3D9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,154,127); }

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

background-color css

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

 a { background-color: rgb(61,154,127); }

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

border-color css

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

 span { border-color: rgb(61,154,127); }

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