Html Css Color HEX #47726B Dark Green Copper

📋 copy color: '#47726B'

red 71 ◦ green 114 ◦ blue 107

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

Shades of Dark Green Copper #47726B

Tints of Dark Green Copper #47726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 24.32%
G = 39.04%
B = 36.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#47726B (or 0x47726B) is known color: Dark Green Copper. HEX triplet: 47, 72 and 6B. RGB value is (71,114,107). Sum of RGB (Red+Green+Blue) = 71+114+107=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #47726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47726B is #B88D94. Grayscale: #646464. Windows color (decimal): -12094869 or 7041607. OLE color: 7041607.

HSL color Cylindrical-coordinate representation of color #47726B: hue angle of 170.23º 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 #47726B is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 107 -
CMYK 0.38 0 0.06 0.55
HSL 170.23º 0.23% 0.36% -
HSV(B) 170.23º 0.38% 0.45% -
XYZ 11.27 14.44 16.1 -
YUV 100.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 71 114 107 0.38 0 0.06 0.55 170.23 0.23 0.36
Hex 47 72 6B 26 0 6 37 AA 17 24
Octal 107 162 153 46 0 6 67 252 27 44
Binary 1000111 1110010 1101011 100110 0 110 110111 10101010 10111 100100

Color Harmonies of #47726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47726B

Black with #47726B

Text Example


Text Example

White with #47726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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