Html Css Color HEX #3A9179 Gossamer

📋 copy color: '#3A9179'

red 58 ◦ green 145 ◦ blue 121

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

Shades of Gossamer #3A9179

Tints of Gossamer #3A9179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 17.9%
G = 44.75%
B = 37.35%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#3A9179 (or 0x3A9179) is known color: Gossamer. HEX triplet: 3A, 91 and 79. RGB value is (58,145,121). Sum of RGB (Red+Green+Blue) = 58+145+121=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9179 is #C56E86. Grayscale: #747474. Windows color (decimal): -12938887 or 7967034. OLE color: 7967034.

HSL color Cylindrical-coordinate representation of color #3A9179: hue angle of 163.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9179 is Cyan = 0.6, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 145 121 -
CMYK 0.6 0 0.17 0.43
HSL 163.45º 0.43% 0.4% -
HSV(B) 163.45º 0.6% 0.57% -
XYZ 15.32 22.53 21.63 -
YUV 116.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 58 145 121 0.6 0 0.17 0.43 163.45 0.43 0.4
Hex 3A 91 79 3C 0 11 2B A3 2B 28
Octal 72 221 171 74 0 21 53 243 53 50
Binary 111010 10010001 1111001 111100 0 10001 101011 10100011 101011 101000

Color Harmonies of #3A9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9179

Black with #3A9179

Text Example


Text Example

White with #3A9179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,145,121); }

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

background-color css

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

 a { background-color: rgb(58,145,121); }

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

border-color css

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

 span { border-color: rgb(58,145,121); }

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