Html Css Color HEX #47B38C Gossamer

📋 copy color: '#47B38C'

red 71 ◦ green 179 ◦ blue 140

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

Shades of Gossamer #47B38C

Tints of Gossamer #47B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 18.21%
G = 45.9%
B = 35.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#47B38C (or 0x47B38C) is known color: Gossamer. HEX triplet: 47, B3 and 8C. RGB value is (71,179,140). Sum of RGB (Red+Green+Blue) = 71+179+140=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #47B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B38C is #B84C73. Grayscale: #8E8E8E. Windows color (decimal): -12078196 or 9220935. OLE color: 9220935.

HSL color Cylindrical-coordinate representation of color #47B38C: hue angle of 158.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B38C is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 179 140 -
CMYK 0.60 0 0.22 0.30
HSL 158.33º 0.43% 0.49% -
HSV(B) 158.33º 0.6% 0.7% -
XYZ 23.45 35.47 30.42 -
YUV 142.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 71 179 140 0.60 0 0.22 0.30 158.33 0.43 0.49
Hex 47 B3 8C 3C 0 16 1E 9E 2B 31
Octal 107 263 214 74 0 26 36 236 53 61
Binary 1000111 10110011 10001100 111100 0 10110 11110 10011110 101011 110001

Color Harmonies of #47B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B38C

Black with #47B38C

Text Example


Text Example

White with #47B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,179,140); }

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

background-color css

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

 a { background-color: rgb(71,179,140); }

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

border-color css

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

 span { border-color: rgb(71,179,140); }

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