Html Css Color HEX #47A78D Gossamer

📋 copy color: '#47A78D'

red 71 ◦ green 167 ◦ blue 141

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

Shades of Gossamer #47A78D

Tints of Gossamer #47A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.06%

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

R = 18.73%
G = 44.06%
B = 37.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#47A78D (or 0x47A78D) is known color: Gossamer. HEX triplet: 47, A7 and 8D. RGB value is (71,167,141). Sum of RGB (Red+Green+Blue) = 71+167+141=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #47A78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A78D is #B85872. Grayscale: #878787. Windows color (decimal): -12081267 or 9283399. OLE color: 9283399.

HSL color Cylindrical-coordinate representation of color #47A78D: hue angle of 163.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A78D is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 167 141 -
CMYK 0.57 0 0.16 0.35
HSL 163.75º 0.4% 0.47% -
HSV(B) 163.75º 0.57% 0.65% -
XYZ 21.22 30.9 30.04 -
YUV 135.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 71 167 141 0.57 0 0.16 0.35 163.75 0.4 0.47
Hex 47 A7 8D 39 0 10 23 A4 28 2F
Octal 107 247 215 71 0 20 43 244 50 57
Binary 1000111 10100111 10001101 111001 0 10000 100011 10100100 101000 101111

Color Harmonies of #47A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A78D

Black with #47A78D

Text Example


Text Example

White with #47A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A78D; }

 p { color: rgb(71,167,141); }

 H1.HeaderClassName
 {
   color: #47A78D;
 }
 .AnyTagClassName
 {
   color: #47A78D;
 }
</style>

background-color css

<style>
 a { background-color: #47A78D; }

 a { background-color: rgb(71,167,141); }

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

border-color css

<style>
 span { border-color: #47A78D; }

 span { border-color: rgb(71,167,141); }

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