#3AA47F

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

Shades of Gossamer #3AA47F

Tints of Gossamer #3AA47F

Color information

#3AA47F (or 0x3AA47F) is unknown color: approx Gossamer. HEX triplet: 3A, A4 and 7F. RGB value is (58,164,127). Sum of RGB (Red+Green+Blue) = 58+164+127=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA47F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA47F is #C55B80. Grayscale: #808080. Windows color (decimal): -12934017 or 8365114. OLE color: 8365114.

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

Color convert

RGB58164127-
CMYK0.6500.230.36
HSL159.06º47.75%43.53%-
HSV(B)159.06º64.63%64.31%-
XYZ18.8528.9824.68-
YUV128.09127.3878.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 127 (50% from 255) = 36.39%
R=16.62%
G=46.99%
B=36.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641270.6500.230.36159.0647.7543.53
Hex3AA47F41017249f302c
Octal72244177101027442376054
Binary111010101001001111111100000101011110010010011111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,164,127); }

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

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

 a { background-color: rgb(58,164,127); }

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

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

 span { border-color: rgb(58,164,127); }

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