#4DA48D

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

Shades of Gossamer #4DA48D

Tints of Gossamer #4DA48D

Color information

#4DA48D (or 0x4DA48D) is unknown color: approx Gossamer. HEX triplet: 4D, A4 and 8D. RGB value is (77,164,141). Sum of RGB (Red+Green+Blue) = 77+164+141=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA48D is #B25B72. Grayscale: #878787. Windows color (decimal): -11688819 or 9282637. OLE color: 9282637.

HSL color Cylindrical-coordinate representation of color #4DA48D: hue angle of 164.14º 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 #4DA48D is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB77164141-
CMYK0.5300.140.36
HSL164.14º36.1%47.25%-
HSV(B)164.14º53.05%64.31%-
XYZ21.1430.0529.89-
YUV135.36131.1886.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.16%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=20.16%
G=42.93%
B=36.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771641410.5300.140.36164.1436.147.25
Hex4DA48D350E24a4242f
Octal11524421565016442444457
Binary100110110100100100011011101010111010010010100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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