#45A480

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

Shades of Gossamer #45A480

Tints of Gossamer #45A480

Color information

#45A480 (or 0x45A480) is unknown color: approx Gossamer. HEX triplet: 45, A4 and 80. RGB value is (69,164,128). Sum of RGB (Red+Green+Blue) = 69+164+128=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #45A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A480 is #BA5B7F. Grayscale: #838383. Windows color (decimal): -12213120 or 8430661. OLE color: 8430661.

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

Color convert

RGB69164128-
CMYK0.5800.220.36
HSL157.26º40.77%45.69%-
HSV(B)157.26º57.93%64.31%-
XYZ19.6329.3725.06-
YUV131.49126.0383.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=19.11%
G=45.43%
B=35.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641280.5800.220.36157.2640.7745.69
Hex45A4803A016249d292e
Octal10524420072026442355156
Binary1000101101001001000000011101001011010010010011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,128); }

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

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

 a { background-color: rgb(69,164,128); }

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

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

 span { border-color: rgb(69,164,128); }

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