Html Css Color HEX #4DA58D Gossamer

📋 copy color: '#4DA58D'

red 77 ◦ green 165 ◦ blue 141

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

Shades of Gossamer #4DA58D

Tints of Gossamer #4DA58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 20.1%
G = 43.08%
B = 36.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#4DA58D (or 0x4DA58D) is known color: Gossamer. HEX triplet: 4D, A5 and 8D. RGB value is (77,165,141). Sum of RGB (Red+Green+Blue) = 77+165+141=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA58D is #B25A72. Grayscale: #878787. Windows color (decimal): -11688563 or 9282893. OLE color: 9282893.

HSL color Cylindrical-coordinate representation of color #4DA58D: hue angle of 163.64º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA58D is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 165 141 -
CMYK 0.53 0 0.15 0.35
HSL 163.64º 0.36% 0.47% -
HSV(B) 163.64º 0.53% 0.65% -
XYZ 21.32 30.41 29.95 -
YUV 135.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 77 165 141 0.53 0 0.15 0.35 163.64 0.36 0.47
Hex 4D A5 8D 35 0 F 23 A4 24 2F
Octal 115 245 215 65 0 17 43 244 44 57
Binary 1001101 10100101 10001101 110101 0 1111 100011 10100100 100100 101111

Color Harmonies of #4DA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA58D

Black with #4DA58D

Text Example


Text Example

White with #4DA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,165,141); }

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

background-color css

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

 a { background-color: rgb(77,165,141); }

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

border-color css

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

 span { border-color: rgb(77,165,141); }

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