Html Css Color HEX #47716A Dark Green Copper

📋 copy color: '#47716A'

red 71 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #47716A

Tints of Dark Green Copper #47716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 24.48%
G = 38.97%
B = 36.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#47716A (or 0x47716A) is known color: Dark Green Copper. HEX triplet: 47, 71 and 6A. RGB value is (71,113,106). Sum of RGB (Red+Green+Blue) = 71+113+106=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #47716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716A is #B88E95. Grayscale: #636363. Windows color (decimal): -12095126 or 6975815. OLE color: 6975815.

HSL color Cylindrical-coordinate representation of color #47716A: hue angle of 170º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47716A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 106 -
CMYK 0.37 0 0.06 0.56
HSL 170º 0.23% 0.36% -
HSV(B) 170º 0.37% 0.44% -
XYZ 11.11 14.19 15.79 -
YUV 99.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 71 113 106 0.37 0 0.06 0.56 170 0.23 0.36
Hex 47 71 6A 25 0 6 38 AA 17 24
Octal 107 161 152 45 0 6 70 252 27 44
Binary 1000111 1110001 1101010 100101 0 110 111000 10101010 10111 100100

Color Harmonies of #47716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47716A

Black with #47716A

Text Example


Text Example

White with #47716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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