Html Css Color HEX #47B090 Gossamer

📋 copy color: '#47B090'

red 71 ◦ green 176 ◦ blue 144

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

Shades of Gossamer #47B090

Tints of Gossamer #47B090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.01%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 18.16%
G = 45.01%
B = 36.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#47B090 (or 0x47B090) is known color: Gossamer. HEX triplet: 47, B0 and 90. RGB value is (71,176,144). Sum of RGB (Red+Green+Blue) = 71+176+144=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #47B090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B090 is #B84F6F. Grayscale: #8C8C8C. Windows color (decimal): -12078960 or 9482311. OLE color: 9482311.

HSL color Cylindrical-coordinate representation of color #47B090: hue angle of 161.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B090 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 144 -
CMYK 0.60 0 0.18 0.31
HSL 161.71º 0.43% 0.48% -
HSV(B) 161.71º 0.6% 0.69% -
XYZ 23.16 34.4 31.81 -
YUV 140.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 71 176 144 0.60 0 0.18 0.31 161.71 0.43 0.48
Hex 47 B0 90 3C 0 12 1F A2 2B 30
Octal 107 260 220 74 0 22 37 242 53 60
Binary 1000111 10110000 10010000 111100 0 10010 11111 10100010 101011 110000

Color Harmonies of #47B090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B090

Black with #47B090

Text Example


Text Example

White with #47B090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,144); }

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

background-color css

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

 a { background-color: rgb(71,176,144); }

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

border-color css

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

 span { border-color: rgb(71,176,144); }

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