#45A586

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

Shades of Gossamer #45A586

Tints of Gossamer #45A586

Color information

#45A586 (or 0x45A586) is unknown color: approx Gossamer. HEX triplet: 45, A5 and 86. RGB value is (69,165,134). Sum of RGB (Red+Green+Blue) = 69+165+134=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #45A586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A586 is #BA5A79. Grayscale: #848484. Windows color (decimal): -12212858 or 8824133. OLE color: 8824133.

HSL color Cylindrical-coordinate representation of color #45A586: hue angle of 160.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A586 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB69165134-
CMYK0.5800.190.35
HSL160.62º41.03%45.88%-
HSV(B)160.62º58.18%64.71%-
XYZ20.2129.927.26-
YUV132.76128.782.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=18.75%
G=44.84%
B=36.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651340.5800.190.35160.6241.0345.88
Hex45A5863A01323a1292e
Octal10524520672023432415156
Binary1000101101001011000011011101001001110001110100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A586; }

 p { color: rgb(69,165,134); }

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

<style>
 a { background-color: #45A586; }

 a { background-color: rgb(69,165,134); }

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

<style>
 span { border-color: #45A586; }

 span { border-color: rgb(69,165,134); }

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