Html Css Color HEX #4DA495 Gossamer

📋 copy color: '#4DA495'

red 77 ◦ green 164 ◦ blue 149

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

Shades of Gossamer #4DA495

Tints of Gossamer #4DA495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 19.74%
G = 42.05%
B = 38.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#4DA495 (or 0x4DA495) is known color: Gossamer. HEX triplet: 4D, A4 and 95. RGB value is (77,164,149). Sum of RGB (Red+Green+Blue) = 77+164+149=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA495 is #B25B6A. Grayscale: #888888. Windows color (decimal): -11688811 or 9806925. OLE color: 9806925.

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

Color convert

RGB 77 164 149 -
CMYK 0.53 0 0.09 0.36
HSL 169.66º 0.36% 0.47% -
HSV(B) 169.66º 0.53% 0.64% -
XYZ 21.76 30.3 33.14 -
YUV 136.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 77 164 149 0.53 0 0.09 0.36 169.66 0.36 0.47
Hex 4D A4 95 35 0 9 24 AA 24 2F
Octal 115 244 225 65 0 11 44 252 44 57
Binary 1001101 10100100 10010101 110101 0 1001 100100 10101010 100100 101111

Color Harmonies of #4DA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA495

Black with #4DA495

Text Example


Text Example

White with #4DA495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DA495;
 }
 .AnyTagClassName
 {
   color: #4DA495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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