Html Css Color HEX #4DA491 Gossamer

📋 copy color: '#4DA491'

red 77 ◦ green 164 ◦ blue 145

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

Shades of Gossamer #4DA491

Tints of Gossamer #4DA491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 19.95%
G = 42.49%
B = 37.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4DA491 (or 0x4DA491) is known color: Gossamer. HEX triplet: 4D, A4 and 91. RGB value is (77,164,145). Sum of RGB (Red+Green+Blue) = 77+164+145=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA491 is #B25B6E. Grayscale: #878787. Windows color (decimal): -11688815 or 9544781. OLE color: 9544781.

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

Color convert

RGB 77 164 145 -
CMYK 0.53 0 0.12 0.36
HSL 166.9º 0.36% 0.47% -
HSV(B) 166.9º 0.53% 0.64% -
XYZ 21.45 30.17 31.48 -
YUV 135.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 77 164 145 0.53 0 0.12 0.36 166.9 0.36 0.47
Hex 4D A4 91 35 0 C 24 A7 24 2F
Octal 115 244 221 65 0 14 44 247 44 57
Binary 1001101 10100100 10010001 110101 0 1100 100100 10100111 100100 101111

Color Harmonies of #4DA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA491

Black with #4DA491

Text Example


Text Example

White with #4DA491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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