#3AA27A

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

Shades of Gossamer #3AA27A

Tints of Gossamer #3AA27A

Color information

#3AA27A (or 0x3AA27A) is unknown color: approx Gossamer. HEX triplet: 3A, A2 and 7A. RGB value is (58,162,122). Sum of RGB (Red+Green+Blue) = 58+162+122=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA27A is #C55D85. Grayscale: #7E7E7E. Windows color (decimal): -12934534 or 8036922. OLE color: 8036922.

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

Color convert

RGB58162122-
CMYK0.6400.250.36
HSL156.92º47.27%43.14%-
HSV(B)156.92º64.2%63.53%-
XYZ18.1828.1522.89-
YUV126.34125.5479.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.96%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=16.96%
G=47.37%
B=35.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581621220.6400.250.36156.9247.2743.14
Hex3AA27A40019249d2f2b
Octal72242172100031442355753
Binary111010101000101111010100000001100110010010011101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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