#45AF85

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

Shades of Gossamer #45AF85

Tints of Gossamer #45AF85

Color information

#45AF85 (or 0x45AF85) is unknown color: approx Gossamer. HEX triplet: 45, AF and 85. RGB value is (69,175,133). Sum of RGB (Red+Green+Blue) = 69+175+133=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AF85 is #BA507A. Grayscale: #8A8A8A. Windows color (decimal): -12210299 or 8761157. OLE color: 8761157.

HSL color Cylindrical-coordinate representation of color #45AF85: hue angle of 156.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AF85 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB69175133-
CMYK0.6100.240.31
HSL156.23º43.44%47.84%-
HSV(B)156.23º60.57%68.63%-
XYZ22.0233.6227.52-
YUV138.52124.8878.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=18.30%
G=46.42%
B=35.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691751330.6100.240.31156.2343.4447.84
Hex45AF853D0181F9c2b30
Octal10525720575030372345360
Binary100010110101111100001011111010110001111110011100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,175,133); }

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

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

 a { background-color: rgb(69,175,133); }

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

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

 span { border-color: rgb(69,175,133); }

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