#45B590

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

Shades of Gossamer #45B590

Tints of Gossamer #45B590

Color information

#45B590 (or 0x45B590) is unknown color: approx Gossamer. HEX triplet: 45, B5 and 90. RGB value is (69,181,144). Sum of RGB (Red+Green+Blue) = 69+181+144=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #45B590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B590 is #BA4A6F. Grayscale: #8F8F8F. Windows color (decimal): -12208752 or 9483589. OLE color: 9483589.

HSL color Cylindrical-coordinate representation of color #45B590: hue angle of 160.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B590 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB69181144-
CMYK0.6200.200.29
HSL160.18º44.8%49.02%-
HSV(B)160.18º61.88%70.98%-
XYZ24.0136.3332.13-
YUV143.29128.3975.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.51%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=17.51%
G=45.94%
B=36.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691811440.6200.200.29160.1844.849.02
Hex45B5903E0141Da02d31
Octal10526522076024352405561
Binary100010110110101100100001111100101001110110100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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