#45A790

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

Shades of Gossamer #45A790

Tints of Gossamer #45A790

Color information

#45A790 (or 0x45A790) is unknown color: approx Gossamer. HEX triplet: 45, A7 and 90. RGB value is (69,167,144). Sum of RGB (Red+Green+Blue) = 69+167+144=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #45A790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A790 is #BA586F. Grayscale: #878787. Windows color (decimal): -12212336 or 9480005. OLE color: 9480005.

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

Color convert

RGB69167144-
CMYK0.5900.140.35
HSL165.92º41.53%46.27%-
HSV(B)165.92º58.68%65.49%-
XYZ21.3130.9231.23-
YUV135.08133.0380.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=18.16%
G=43.95%
B=37.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691671440.5900.140.35165.9241.5346.27
Hex45A7903B0E23a62a2e
Octal10524722073016432465256
Binary100010110100111100100001110110111010001110100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,167,144); }

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

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

 a { background-color: rgb(69,167,144); }

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

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

 span { border-color: rgb(69,167,144); }

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