#4DA88E

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

Shades of Gossamer #4DA88E

Tints of Gossamer #4DA88E

Color information

#4DA88E (or 0x4DA88E) is unknown color: approx Gossamer. HEX triplet: 4D, A8 and 8E. RGB value is (77,168,142). Sum of RGB (Red+Green+Blue) = 77+168+142=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA88E is #B25771. Grayscale: #898989. Windows color (decimal): -11687794 or 9349197. OLE color: 9349197.

HSL color Cylindrical-coordinate representation of color #4DA88E: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA88E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB77168142-
CMYK0.5400.150.34
HSL162.86º37.14%48.04%-
HSV(B)162.86º54.17%65.88%-
XYZ21.9531.5430.52-
YUV137.83130.3584.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=19.90%
G=43.41%
B=36.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771681420.5400.150.34162.8637.1448.04
Hex4DA88E360F22a32530
Octal11525021666017422434560
Binary100110110101000100011101101100111110001010100011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,142); }

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

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

 a { background-color: rgb(77,168,142); }

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

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

 span { border-color: rgb(77,168,142); }

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