#3AA67A

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

Shades of Gossamer #3AA67A

Tints of Gossamer #3AA67A

Color information

#3AA67A (or 0x3AA67A) is unknown color: approx Gossamer. HEX triplet: 3A, A6 and 7A. RGB value is (58,166,122). Sum of RGB (Red+Green+Blue) = 58+166+122=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA67A is #C55985. Grayscale: #808080. Windows color (decimal): -12933510 or 8037946. OLE color: 8037946.

HSL color Cylindrical-coordinate representation of color #3AA67A: hue angle of 155.56º 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 #3AA67A is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB58166122-
CMYK0.6500.270.35
HSL155.56º48.21%43.92%-
HSV(B)155.56º65.06%65.1%-
XYZ18.8929.5823.13-
YUV128.69124.2277.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.76%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=16.76%
G=47.98%
B=35.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581661220.6500.270.35155.5648.2143.92
Hex3AA67A4101B239c302c
Octal72246172101033432346054
Binary111010101001101111010100000101101110001110011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,166,122); }

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

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

 a { background-color: rgb(58,166,122); }

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

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

 span { border-color: rgb(58,166,122); }

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