Html Css Color HEX #47A27F Gossamer

📋 copy color: '#47A27F'

red 71 ◦ green 162 ◦ blue 127

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

Shades of Gossamer #47A27F

Tints of Gossamer #47A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 19.72%
G = 45%
B = 35.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#47A27F (or 0x47A27F) is known color: Gossamer. HEX triplet: 47, A2 and 7F. RGB value is (71,162,127). Sum of RGB (Red+Green+Blue) = 71+162+127=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #47A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A27F is #B85D80. Grayscale: #828282. Windows color (decimal): -12082561 or 8364615. OLE color: 8364615.

HSL color Cylindrical-coordinate representation of color #47A27F: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A27F is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 127 -
CMYK 0.56 0 0.22 0.36
HSL 156.92º 0.39% 0.46% -
HSV(B) 156.92º 0.56% 0.64% -
XYZ 19.35 28.71 24.6 -
YUV 130.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 71 162 127 0.56 0 0.22 0.36 156.92 0.39 0.46
Hex 47 A2 7F 38 0 16 24 9D 27 2E
Octal 107 242 177 70 0 26 44 235 47 56
Binary 1000111 10100010 1111111 111000 0 10110 100100 10011101 100111 101110

Color Harmonies of #47A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A27F

Black with #47A27F

Text Example


Text Example

White with #47A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,162,127); }

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

background-color css

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

 a { background-color: rgb(71,162,127); }

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

border-color css

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

 span { border-color: rgb(71,162,127); }

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