Html Css Color HEX #47B38B Gossamer

📋 copy color: '#47B38B'

red 71 ◦ green 179 ◦ blue 139

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

Shades of Gossamer #47B38B

Tints of Gossamer #47B38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 18.25%
G = 46.02%
B = 35.73%

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

#47B38B (or 0x47B38B) is known color: Gossamer. HEX triplet: 47, B3 and 8B. RGB value is (71,179,139). Sum of RGB (Red+Green+Blue) = 71+179+139=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #47B38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B38B is #B84C74. Grayscale: #8E8E8E. Windows color (decimal): -12078197 or 9155399. OLE color: 9155399.

HSL color Cylindrical-coordinate representation of color #47B38B: hue angle of 157.78º 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 #47B38B is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 179 139 -
CMYK 0.60 0 0.22 0.30
HSL 157.78º 0.43% 0.49% -
HSV(B) 157.78º 0.6% 0.7% -
XYZ 23.38 35.44 30.04 -
YUV 142.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 71 179 139 0.60 0 0.22 0.30 157.78 0.43 0.49
Hex 47 B3 8B 3C 0 16 1E 9E 2B 31
Octal 107 263 213 74 0 26 36 236 53 61
Binary 1000111 10110011 10001011 111100 0 10110 11110 10011110 101011 110001

Color Harmonies of #47B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B38B

Black with #47B38B

Text Example


Text Example

White with #47B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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