#45A581

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

Shades of Gossamer #45A581

Tints of Gossamer #45A581

Color information

#45A581 (or 0x45A581) is unknown color: approx Gossamer. HEX triplet: 45, A5 and 81. RGB value is (69,165,129). Sum of RGB (Red+Green+Blue) = 69+165+129=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #45A581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A581 is #BA5A7E. Grayscale: #848484. Windows color (decimal): -12212863 or 8496453. OLE color: 8496453.

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

Color convert

RGB69165129-
CMYK0.5800.220.35
HSL157.5º41.03%45.88%-
HSV(B)157.5º58.18%64.71%-
XYZ19.8729.7625.47-
YUV132.19126.282.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=19.01%
G=45.45%
B=35.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651290.5800.220.35157.541.0345.88
Hex45A5813A016239e292e
Octal10524520172026432365156
Binary1000101101001011000000111101001011010001110011110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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