Html Css Color HEX #47A288 Gossamer

📋 copy color: '#47A288'

red 71 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #47A288

Tints of Gossamer #47A288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 19.24%
G = 43.9%
B = 36.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#47A288 (or 0x47A288) is known color: Gossamer. HEX triplet: 47, A2 and 88. RGB value is (71,162,136). Sum of RGB (Red+Green+Blue) = 71+162+136=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #47A288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A288 is #B85D77. Grayscale: #838383. Windows color (decimal): -12082552 or 8954439. OLE color: 8954439.

HSL color Cylindrical-coordinate representation of color #47A288: hue angle of 162.86º 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 #47A288 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 136 -
CMYK 0.56 0 0.16 0.36
HSL 162.86º 0.39% 0.46% -
HSV(B) 162.86º 0.56% 0.64% -
XYZ 19.96 28.96 27.83 -
YUV 131.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 71 162 136 0.56 0 0.16 0.36 162.86 0.39 0.46
Hex 47 A2 88 38 0 10 24 A3 27 2E
Octal 107 242 210 70 0 20 44 243 47 56
Binary 1000111 10100010 10001000 111000 0 10000 100100 10100011 100111 101110

Color Harmonies of #47A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A288

Black with #47A288

Text Example


Text Example

White with #47A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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