Html Css Color HEX #477C71 Dark Green Copper

📋 copy color: '#477C71'

red 71 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #477C71

Tints of Dark Green Copper #477C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

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

R = 23.05%
G = 40.26%
B = 36.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#477C71 (or 0x477C71) is known color: Dark Green Copper. HEX triplet: 47, 7C and 71. RGB value is (71,124,113). Sum of RGB (Red+Green+Blue) = 71+124+113=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #477C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C71 is #B8838E. Grayscale: #6A6A6A. Windows color (decimal): -12092303 or 7437383. OLE color: 7437383.

HSL color Cylindrical-coordinate representation of color #477C71: hue angle of 167.55º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C71 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 113 -
CMYK 0.43 0 0.09 0.51
HSL 167.55º 0.27% 0.38% -
HSV(B) 167.55º 0.43% 0.49% -
XYZ 12.79 16.95 18.22 -
YUV 106.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 71 124 113 0.43 0 0.09 0.51 167.55 0.27 0.38
Hex 47 7C 71 2B 0 9 33 A8 1B 26
Octal 107 174 161 53 0 11 63 250 33 46
Binary 1000111 1111100 1110001 101011 0 1001 110011 10101000 11011 100110

Color Harmonies of #477C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C71

Black with #477C71

Text Example


Text Example

White with #477C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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