Html Css Color HEX #47706D Dark Green Copper

📋 copy color: '#47706D'

red 71 ◦ green 112 ◦ blue 109

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

Shades of Dark Green Copper #47706D

Tints of Dark Green Copper #47706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 24.32%
G = 38.36%
B = 37.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#47706D (or 0x47706D) is known color: Dark Green Copper. HEX triplet: 47, 70 and 6D. RGB value is (71,112,109). Sum of RGB (Red+Green+Blue) = 71+112+109=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #47706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706D is #B88F92. Grayscale: #636363. Windows color (decimal): -12095379 or 7172167. OLE color: 7172167.

HSL color Cylindrical-coordinate representation of color #47706D: hue angle of 175.61º degrees, saturation: 0.22, 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 #47706D is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 109 -
CMYK 0.37 0 0.03 0.56
HSL 175.61º 0.22% 0.36% -
HSV(B) 175.61º 0.37% 0.44% -
XYZ 11.15 14.03 16.59 -
YUV 99.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 71 112 109 0.37 0 0.03 0.56 175.61 0.22 0.36
Hex 47 70 6D 25 0 3 38 B0 16 24
Octal 107 160 155 45 0 3 70 260 26 44
Binary 1000111 1110000 1101101 100101 0 11 111000 10110000 10110 100100

Color Harmonies of #47706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47706D

Black with #47706D

Text Example


Text Example

White with #47706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47706D; }

 p { color: rgb(71,112,109); }

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

background-color css

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

 a { background-color: rgb(71,112,109); }

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

border-color css

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

 span { border-color: rgb(71,112,109); }

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