#3EA482

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

Shades of Gossamer #3EA482

Tints of Gossamer #3EA482

Color information

#3EA482 (or 0x3EA482) is unknown color: approx Gossamer. HEX triplet: 3E, A4 and 82. RGB value is (62,164,130). Sum of RGB (Red+Green+Blue) = 62+164+130=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA482 is #C15B7D. Grayscale: #818181. Windows color (decimal): -12671870 or 8561726. OLE color: 8561726.

HSL color Cylindrical-coordinate representation of color #3EA482: hue angle of 160º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA482 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB62164130-
CMYK0.6200.210.36
HSL160º45.13%44.31%-
HSV(B)160º62.2%64.31%-
XYZ19.2929.1925.74-
YUV129.63128.2179.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.42%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=17.42%
G=46.07%
B=36.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621641300.6200.210.3616045.1344.31
Hex3EA4823E01524a02d2c
Octal7624420276025442405554
Binary111110101001001000001011111001010110010010100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,164,130); }

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

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

 a { background-color: rgb(62,164,130); }

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

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

 span { border-color: rgb(62,164,130); }

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