Html Css Color HEX #4DA28D Gossamer

📋 copy color: '#4DA28D'

red 77 ◦ green 162 ◦ blue 141

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

Shades of Gossamer #4DA28D

Tints of Gossamer #4DA28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

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

R = 20.26%
G = 42.63%
B = 37.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#4DA28D (or 0x4DA28D) is known color: Gossamer. HEX triplet: 4D, A2 and 8D. RGB value is (77,162,141). Sum of RGB (Red+Green+Blue) = 77+162+141=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA28D is #B25D72. Grayscale: #868686. Windows color (decimal): -11689331 or 9282125. OLE color: 9282125.

HSL color Cylindrical-coordinate representation of color #4DA28D: hue angle of 165.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA28D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 141 -
CMYK 0.52 0 0.13 0.36
HSL 165.18º 0.36% 0.47% -
HSV(B) 165.18º 0.52% 0.64% -
XYZ 20.79 29.34 29.77 -
YUV 134.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 77 162 141 0.52 0 0.13 0.36 165.18 0.36 0.47
Hex 4D A2 8D 34 0 D 24 A5 24 2F
Octal 115 242 215 64 0 15 44 245 44 57
Binary 1001101 10100010 10001101 110100 0 1101 100100 10100101 100100 101111

Color Harmonies of #4DA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA28D

Black with #4DA28D

Text Example


Text Example

White with #4DA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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