Html Css Color HEX #3A9879 Gossamer

📋 copy color: '#3A9879'

red 58 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #3A9879

Tints of Gossamer #3A9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

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

R = 17.52%
G = 45.92%
B = 36.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#3A9879 (or 0x3A9879) is known color: Gossamer. HEX triplet: 3A, 98 and 79. RGB value is (58,152,121). Sum of RGB (Red+Green+Blue) = 58+152+121=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9879 is #C56786. Grayscale: #787878. Windows color (decimal): -12937095 or 7968826. OLE color: 7968826.

HSL color Cylindrical-coordinate representation of color #3A9879: hue angle of 160.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9879 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 121 -
CMYK 0.62 0 0.20 0.40
HSL 160.21º 0.45% 0.41% -
HSV(B) 160.21º 0.62% 0.6% -
XYZ 16.42 24.74 22 -
YUV 120.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 58 152 121 0.62 0 0.20 0.40 160.21 0.45 0.41
Hex 3A 98 79 3E 0 14 28 A0 2D 29
Octal 72 230 171 76 0 24 50 240 55 51
Binary 111010 10011000 1111001 111110 0 10100 101000 10100000 101101 101001

Color Harmonies of #3A9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9879

Black with #3A9879

Text Example


Text Example

White with #3A9879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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