#45A57F

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

Shades of Gossamer #45A57F

Tints of Gossamer #45A57F

Color information

#45A57F (or 0x45A57F) is unknown color: approx Gossamer. HEX triplet: 45, A5 and 7F. RGB value is (69,165,127). Sum of RGB (Red+Green+Blue) = 69+165+127=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #45A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A57F is #BA5A80. Grayscale: #848484. Windows color (decimal): -12212865 or 8365381. OLE color: 8365381.

HSL color Cylindrical-coordinate representation of color #45A57F: hue angle of 156.25º 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 #45A57F is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB69165127-
CMYK0.5800.230.35
HSL156.25º41.03%45.88%-
HSV(B)156.25º58.18%64.71%-
XYZ19.7429.7124.77-
YUV131.96125.283.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 127 (50% from 255) = 35.18%
R=19.11%
G=45.71%
B=35.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651270.5800.230.35156.2541.0345.88
Hex45A57F3A017239c292e
Octal10524517772027432345156
Binary100010110100101111111111101001011110001110011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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