#4DA98D

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

Shades of Gossamer #4DA98D

Tints of Gossamer #4DA98D

Color information

#4DA98D (or 0x4DA98D) is unknown color: approx Gossamer. HEX triplet: 4D, A9 and 8D. RGB value is (77,169,141). Sum of RGB (Red+Green+Blue) = 77+169+141=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA98D is #B25672. Grayscale: #8A8A8A. Windows color (decimal): -11687539 or 9283917. OLE color: 9283917.

HSL color Cylindrical-coordinate representation of color #4DA98D: hue angle of 161.74º 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 #4DA98D is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB77169141-
CMYK0.5400.170.34
HSL161.74º37.4%48.24%-
HSV(B)161.74º54.44%66.27%-
XYZ22.0631.8830.19-
YUV138.3129.5284.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=19.90%
G=43.67%
B=36.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691410.5400.170.34161.7437.448.24
Hex4DA98D3601122a22530
Octal11525121566021422424560
Binary1001101101010011000110111011001000110001010100010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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