Html Css Color HEX #3A977C Gossamer

📋 copy color: '#3A977C'

red 58 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #3A977C

Tints of Gossamer #3A977C

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

 GREEN value IS 151 (59.38% from 255) = 45.35%

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

R = 17.42%
G = 45.35%
B = 37.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#3A977C (or 0x3A977C) is known color: Gossamer. HEX triplet: 3A, 97 and 7C. RGB value is (58,151,124). Sum of RGB (Red+Green+Blue) = 58+151+124=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #3A977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A977C is #C56883. Grayscale: #787878. Windows color (decimal): -12937348 or 8165178. OLE color: 8165178.

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

Color convert

RGB 58 151 124 -
CMYK 0.62 0 0.18 0.41
HSL 162.58º 0.44% 0.41% -
HSV(B) 162.58º 0.62% 0.59% -
XYZ 16.45 24.49 22.93 -
YUV 120.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 58 151 124 0.62 0 0.18 0.41 162.58 0.44 0.41
Hex 3A 97 7C 3E 0 12 29 A3 2C 29
Octal 72 227 174 76 0 22 51 243 54 51
Binary 111010 10010111 1111100 111110 0 10010 101001 10100011 101100 101001

Color Harmonies of #3A977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A977C

Black with #3A977C

Text Example


Text Example

White with #3A977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,124); }

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

background-color css

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

 a { background-color: rgb(58,151,124); }

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

border-color css

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

 span { border-color: rgb(58,151,124); }

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