#3AA287

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

Shades of Gossamer #3AA287

Tints of Gossamer #3AA287

Color information

#3AA287 (or 0x3AA287) is unknown color: approx Gossamer. HEX triplet: 3A, A2 and 87. RGB value is (58,162,135). Sum of RGB (Red+Green+Blue) = 58+162+135=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA287 is #C55D78. Grayscale: #7F7F7F. Windows color (decimal): -12934521 or 8888890. OLE color: 8888890.

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

Color convert

RGB58162135-
CMYK0.6400.170.36
HSL164.42º47.27%43.14%-
HSV(B)164.42º64.2%63.53%-
XYZ19.0428.4927.42-
YUV127.83132.0478.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.34%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=16.34%
G=45.63%
B=38.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581621350.6400.170.36164.4247.2743.14
Hex3AA2874001124a42f2b
Octal72242207100021442445753
Binary1110101010001010000111100000001000110010010100100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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