Html Css Color HEX #47A084 Gossamer

📋 copy color: '#47A084'

red 71 ◦ green 160 ◦ blue 132

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

Shades of Gossamer #47A084

Tints of Gossamer #47A084

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 19.56%
G = 44.08%
B = 36.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#47A084 (or 0x47A084) is known color: Gossamer. HEX triplet: 47, A0 and 84. RGB value is (71,160,132). Sum of RGB (Red+Green+Blue) = 71+160+132=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #47A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A084 is #B85F7B. Grayscale: #828282. Windows color (decimal): -12083068 or 8691783. OLE color: 8691783.

HSL color Cylindrical-coordinate representation of color #47A084: hue angle of 161.12º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A084 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 160 132 -
CMYK 0.56 0 0.17 0.37
HSL 161.12º 0.39% 0.45% -
HSV(B) 161.12º 0.56% 0.63% -
XYZ 19.33 28.15 26.24 -
YUV 130.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 71 160 132 0.56 0 0.17 0.37 161.12 0.39 0.45
Hex 47 A0 84 38 0 11 25 A1 27 2D
Octal 107 240 204 70 0 21 45 241 47 55
Binary 1000111 10100000 10000100 111000 0 10001 100101 10100001 100111 101101

Color Harmonies of #47A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A084

Black with #47A084

Text Example


Text Example

White with #47A084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,160,132); }

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

background-color css

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

 a { background-color: rgb(71,160,132); }

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

border-color css

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

 span { border-color: rgb(71,160,132); }

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