#4DA488

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

Shades of Gossamer #4DA488

Tints of Gossamer #4DA488

Color information

#4DA488 (or 0x4DA488) is unknown color: approx Gossamer. HEX triplet: 4D, A4 and 88. RGB value is (77,164,136). Sum of RGB (Red+Green+Blue) = 77+164+136=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA488 is #B25B77. Grayscale: #868686. Windows color (decimal): -11688824 or 8954957. OLE color: 8954957.

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

Color convert

RGB77164136-
CMYK0.5300.170.36
HSL160.69º36.1%47.25%-
HSV(B)160.69º53.05%64.31%-
XYZ20.7829.9127.97-
YUV134.79128.6886.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=20.42%
G=43.50%
B=36.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771641360.5300.170.36160.6936.147.25
Hex4DA4883501124a1242f
Octal11524421065021442414457
Binary1001101101001001000100011010101000110010010100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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