#4DA487

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

Shades of Gossamer #4DA487

Tints of Gossamer #4DA487

Color information

#4DA487 (or 0x4DA487) is unknown color: approx Gossamer. HEX triplet: 4D, A4 and 87. RGB value is (77,164,135). Sum of RGB (Red+Green+Blue) = 77+164+135=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA487 is #B25B78. Grayscale: #868686. Windows color (decimal): -11688825 or 8889421. OLE color: 8889421.

HSL color Cylindrical-coordinate representation of color #4DA487: hue angle of 160º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA487 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB77164135-
CMYK0.5300.180.36
HSL160º36.1%47.25%-
HSV(B)160º53.05%64.31%-
XYZ20.7129.8827.6-
YUV134.68128.1886.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.48%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=20.48%
G=43.62%
B=35.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771641350.5300.180.3616036.147.25
Hex4DA4873501224a0242f
Octal11524420765022442404457
Binary1001101101001001000011111010101001010010010100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DA487; }

 p { color: rgb(77,164,135); }

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

<style>
 a { background-color: #4DA487; }

 a { background-color: rgb(77,164,135); }

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

<style>
 span { border-color: #4DA487; }

 span { border-color: rgb(77,164,135); }

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