#4DA991

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

Shades of Gossamer #4DA991

Tints of Gossamer #4DA991

Color information

#4DA991 (or 0x4DA991) is unknown color: approx Gossamer. HEX triplet: 4D, A9 and 91. RGB value is (77,169,145). Sum of RGB (Red+Green+Blue) = 77+169+145=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA991 is #B2566E. Grayscale: #8A8A8A. Windows color (decimal): -11687535 or 9546061. OLE color: 9546061.

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

Color convert

RGB77169145-
CMYK0.5400.140.34
HSL164.35º37.4%48.24%-
HSV(B)164.35º54.44%66.27%-
XYZ22.363231.79-
YUV138.76131.5283.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.69%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=19.69%
G=43.22%
B=37.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691450.5400.140.34164.3537.448.24
Hex4DA991360E22a42530
Octal11525122166016422444560
Binary100110110101001100100011101100111010001010100100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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