#45A782

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

Shades of Gossamer #45A782

Tints of Gossamer #45A782

Color information

#45A782 (or 0x45A782) is unknown color: approx Gossamer. HEX triplet: 45, A7 and 82. RGB value is (69,167,130). Sum of RGB (Red+Green+Blue) = 69+167+130=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #45A782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A782 is #BA587D. Grayscale: #858585. Windows color (decimal): -12212350 or 8562501. OLE color: 8562501.

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

Color convert

RGB69167130-
CMYK0.5900.220.35
HSL157.35º41.53%46.27%-
HSV(B)157.35º58.68%65.49%-
XYZ20.330.5125.94-
YUV133.48126.0382.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=18.85%
G=45.63%
B=35.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691671300.5900.220.35157.3541.5346.27
Hex45A7823B016239d2a2e
Octal10524720273026432355256
Binary1000101101001111000001011101101011010001110011101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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