Html Css Color HEX #479D80 Gossamer

📋 copy color: '#479D80'

red 71 ◦ green 157 ◦ blue 128

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

Shades of Gossamer #479D80

Tints of Gossamer #479D80

RGB

 RED value IS 71 (28.13% from 255) = 19.94%

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 19.94%
G = 44.1%
B = 35.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#479D80 (or 0x479D80) is known color: Gossamer. HEX triplet: 47, 9D and 80. RGB value is (71,157,128). Sum of RGB (Red+Green+Blue) = 71+157+128=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #479D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D80 is #B8627F. Grayscale: #808080. Windows color (decimal): -12083840 or 8428871. OLE color: 8428871.

HSL color Cylindrical-coordinate representation of color #479D80: hue angle of 159.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D80 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 157 128 -
CMYK 0.55 0 0.18 0.38
HSL 159.77º 0.38% 0.45% -
HSV(B) 159.77º 0.55% 0.62% -
XYZ 18.55 27.01 24.66 -
YUV 127.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 71 157 128 0.55 0 0.18 0.38 159.77 0.38 0.45
Hex 47 9D 80 37 0 12 26 A0 26 2D
Octal 107 235 200 67 0 22 46 240 46 55
Binary 1000111 10011101 10000000 110111 0 10010 100110 10100000 100110 101101

Color Harmonies of #479D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D80

Black with #479D80

Text Example


Text Example

White with #479D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479D80; }

 p { color: rgb(71,157,128); }

 H1.HeaderClassName
 {
   color: #479D80;
 }
 .AnyTagClassName
 {
   color: #479D80;
 }
</style>

background-color css

<style>
 a { background-color: #479D80; }

 a { background-color: rgb(71,157,128); }

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

border-color css

<style>
 span { border-color: #479D80; }

 span { border-color: rgb(71,157,128); }

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