Html Css Color HEX #477971 Dark Green Copper

📋 copy color: '#477971'

red 71 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #477971

Tints of Dark Green Copper #477971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 23.28%
G = 39.67%
B = 37.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#477971 (or 0x477971) is known color: Dark Green Copper. HEX triplet: 47, 79 and 71. RGB value is (71,121,113). Sum of RGB (Red+Green+Blue) = 71+121+113=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #477971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477971 is #B8868E. Grayscale: #696969. Windows color (decimal): -12093071 or 7436615. OLE color: 7436615.

HSL color Cylindrical-coordinate representation of color #477971: hue angle of 170.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477971 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 121 113 -
CMYK 0.41 0 0.07 0.53
HSL 170.4º 0.26% 0.38% -
HSV(B) 170.4º 0.41% 0.47% -
XYZ 12.42 16.21 18.1 -
YUV 105.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 71 121 113 0.41 0 0.07 0.53 170.4 0.26 0.38
Hex 47 79 71 29 0 7 35 AA 1A 26
Octal 107 171 161 51 0 7 65 252 32 46
Binary 1000111 1111001 1110001 101001 0 111 110101 10101010 11010 100110

Color Harmonies of #477971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477971

Black with #477971

Text Example


Text Example

White with #477971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477971; }

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

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

background-color css

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

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

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

border-color css

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

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

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