#3A9A79

Color #3A9A79 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3A9A79

Tints of Gossamer #3A9A79

Color information

#3A9A79 (or 0x3A9A79) is unknown color: approx Gossamer. HEX triplet: 3A, 9A and 79. RGB value is (58,154,121). Sum of RGB (Red+Green+Blue) = 58+154+121=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #3A9A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9A79 is #C56586. Grayscale: #797979. Windows color (decimal): -12936583 or 7969338. OLE color: 7969338.

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

Color convert

RGB58154121-
CMYK0.6200.210.40
HSL159.38º45.28%41.57%-
HSV(B)159.38º62.34%60.39%-
XYZ16.7525.3922.11-
YUV121.53127.782.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=17.42%
G=46.25%
B=36.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581541210.6200.210.40159.3845.2841.57
Hex3A9A793E015289f2d2a
Octal7223217176025502375552
Binary11101010011010111100111111001010110100010011111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A9A79;
 }
 .AnyTagClassName
 {
   color: #3A9A79;
 }
</style>
background-color css

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

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

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

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

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

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