Html Css Color HEX #47726D Dark Green Copper

📋 copy color: '#47726D'

red 71 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #47726D

Tints of Dark Green Copper #47726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

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

R = 24.15%
G = 38.78%
B = 37.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#47726D (or 0x47726D) is known color: Dark Green Copper. HEX triplet: 47, 72 and 6D. RGB value is (71,114,109). Sum of RGB (Red+Green+Blue) = 71+114+109=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #47726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47726D is #B88D92. Grayscale: #646464. Windows color (decimal): -12094867 or 7172679. OLE color: 7172679.

HSL color Cylindrical-coordinate representation of color #47726D: hue angle of 173.02º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47726D is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 109 -
CMYK 0.38 0 0.04 0.55
HSL 173.02º 0.23% 0.36% -
HSV(B) 173.02º 0.38% 0.45% -
XYZ 11.38 14.48 16.66 -
YUV 100.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 71 114 109 0.38 0 0.04 0.55 173.02 0.23 0.36
Hex 47 72 6D 26 0 4 37 AD 17 24
Octal 107 162 155 46 0 4 67 255 27 44
Binary 1000111 1110010 1101101 100110 0 100 110111 10101101 10111 100100

Color Harmonies of #47726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47726D

Black with #47726D

Text Example


Text Example

White with #47726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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