Html Css Color HEX #477471 Dark Green Copper

📋 copy color: '#477471'

red 71 ◦ green 116 ◦ blue 113

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

Shades of Dark Green Copper #477471

Tints of Dark Green Copper #477471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 23.67%
G = 38.67%
B = 37.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#477471 (or 0x477471) is known color: Dark Green Copper. HEX triplet: 47, 74 and 71. RGB value is (71,116,113). Sum of RGB (Red+Green+Blue) = 71+116+113=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #477471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477471 is #B88B8E. Grayscale: #666666. Windows color (decimal): -12094351 or 7435335. OLE color: 7435335.

HSL color Cylindrical-coordinate representation of color #477471: hue angle of 176º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477471 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 113 -
CMYK 0.39 0 0.03 0.55
HSL 176º 0.24% 0.37% -
HSV(B) 176º 0.39% 0.45% -
XYZ 11.82 15.02 17.9 -
YUV 102.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 71 116 113 0.39 0 0.03 0.55 176 0.24 0.37
Hex 47 74 71 27 0 3 37 B0 18 25
Octal 107 164 161 47 0 3 67 260 30 45
Binary 1000111 1110100 1110001 100111 0 11 110111 10110000 11000 100101

Color Harmonies of #477471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477471

Black with #477471

Text Example


Text Example

White with #477471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477471; }

 p { color: rgb(71,116,113); }

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

background-color css

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

 a { background-color: rgb(71,116,113); }

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

border-color css

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

 span { border-color: rgb(71,116,113); }

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