Html Css Color HEX #4DA488 Gossamer

📋 copy color: '#4DA488'

red 77 ◦ green 164 ◦ blue 136

#4DA488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #4DA488

Tints of Gossamer #4DA488

RGB

 RED value IS 77 (30.47% from 255) = 20.42%

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 20.42%
G = 43.5%
B = 36.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4DA488 (or 0x4DA488) is known color: 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

RGB 77 164 136 -
CMYK 0.53 0 0.17 0.36
HSL 160.69º 0.36% 0.47% -
HSV(B) 160.69º 0.53% 0.64% -
XYZ 20.78 29.91 27.97 -
YUV 134.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 77 164 136 0.53 0 0.17 0.36 160.69 0.36 0.47
Hex 4D A4 88 35 0 11 24 A1 24 2F
Octal 115 244 210 65 0 21 44 241 44 57
Binary 1001101 10100100 10001000 110101 0 10001 100100 10100001 100100 101111

Color Harmonies of #4DA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA488

Black with #4DA488

Text Example


Text Example

White with #4DA488

Text Example


Text Example

HTML Codes & Css Web 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>