#3AA77D

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

Shades of Gossamer #3AA77D

Tints of Gossamer #3AA77D

Color information

#3AA77D (or 0x3AA77D) is unknown color: approx Gossamer. HEX triplet: 3A, A7 and 7D. RGB value is (58,167,125). Sum of RGB (Red+Green+Blue) = 58+167+125=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA77D is #C55882. Grayscale: #818181. Windows color (decimal): -12933251 or 8234810. OLE color: 8234810.

HSL color Cylindrical-coordinate representation of color #3AA77D: hue angle of 156.88º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA77D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB58167125-
CMYK0.6500.250.35
HSL156.88º48.44%44.12%-
HSV(B)156.88º65.27%65.49%-
XYZ19.2730.0224.18-
YUV129.62125.3976.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.57%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=16.57%
G=47.71%
B=35.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581671250.6500.250.35156.8848.4444.12
Hex3AA77D41019239d302c
Octal72247175101031432356054
Binary111010101001111111101100000101100110001110011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,167,125); }

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

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

 a { background-color: rgb(58,167,125); }

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

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

 span { border-color: rgb(58,167,125); }

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