#3AA290

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

Shades of Gossamer #3AA290

Tints of Gossamer #3AA290

Color information

#3AA290 (or 0x3AA290) is unknown color: approx Gossamer. HEX triplet: 3A, A2 and 90. RGB value is (58,162,144). Sum of RGB (Red+Green+Blue) = 58+162+144=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA290 is #C55D6F. Grayscale: #808080. Windows color (decimal): -12934512 or 9478714. OLE color: 9478714.

HSL color Cylindrical-coordinate representation of color #3AA290: hue angle of 169.62º 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 #3AA290 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB58162144-
CMYK0.6400.110.36
HSL169.62º47.27%43.14%-
HSV(B)169.62º64.2%63.53%-
XYZ19.728.7530.9-
YUV128.85136.5477.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.93%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=15.93%
G=44.51%
B=39.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581621440.6400.110.36169.6247.2743.14
Hex3AA290400B24aa2f2b
Octal72242220100013442525753
Binary111010101000101001000010000000101110010010101010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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