#46A17D

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

Shades of Gossamer #46A17D

Tints of Gossamer #46A17D

Color information

#46A17D (or 0x46A17D) is unknown color: approx Gossamer. HEX triplet: 46, A1 and 7D. RGB value is (70,161,125). Sum of RGB (Red+Green+Blue) = 70+161+125=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #46A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A17D is #B95E82. Grayscale: #818181. Windows color (decimal): -12148355 or 8233286. OLE color: 8233286.

HSL color Cylindrical-coordinate representation of color #46A17D: hue angle of 156.26º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A17D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB70161125-
CMYK0.5700.220.37
HSL156.26º39.39%45.29%-
HSV(B)156.26º56.52%63.14%-
XYZ18.9728.2723.86-
YUV129.69125.3585.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 161 (63.28% from 255) = 45.22%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=19.66%
G=45.22%
B=35.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701611250.5700.220.37156.2639.3945.29
Hex46A17D39016259c272d
Octal10624117571026452344755
Binary100011010100001111110111100101011010010110011100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A17D; }

 p { color: rgb(70,161,125); }

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

<style>
 a { background-color: #46A17D; }

 a { background-color: rgb(70,161,125); }

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

<style>
 span { border-color: #46A17D; }

 span { border-color: rgb(70,161,125); }

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