#3AA289

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

Shades of Gossamer #3AA289

Tints of Gossamer #3AA289

Color information

#3AA289 (or 0x3AA289) is unknown color: approx Gossamer. HEX triplet: 3A, A2 and 89. RGB value is (58,162,137). Sum of RGB (Red+Green+Blue) = 58+162+137=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA289 is #C55D76. Grayscale: #808080. Windows color (decimal): -12934519 or 9019962. OLE color: 9019962.

HSL color Cylindrical-coordinate representation of color #3AA289: hue angle of 165.58º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA289 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB58162137-
CMYK0.6400.150.36
HSL165.58º47.27%43.14%-
HSV(B)165.58º64.2%63.53%-
XYZ19.1828.5528.17-
YUV128.05133.0478.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=16.25%
G=45.38%
B=38.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581621370.6400.150.36165.5847.2743.14
Hex3AA289400F24a62f2b
Octal72242211100017442465753
Binary111010101000101000100110000000111110010010100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,162,137); }

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

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

 a { background-color: rgb(58,162,137); }

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

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

 span { border-color: rgb(58,162,137); }

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