Html Css Color HEX #47706B Dark Green Copper

📋 copy color: '#47706B'

red 71 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #47706B

Tints of Dark Green Copper #47706B

RGB

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

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

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

R = 24.48%
G = 38.62%
B = 36.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#47706B (or 0x47706B) is known color: Dark Green Copper. HEX triplet: 47, 70 and 6B. RGB value is (71,112,107). Sum of RGB (Red+Green+Blue) = 71+112+107=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #47706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706B is #B88F94. Grayscale: #636363. Windows color (decimal): -12095381 or 7041095. OLE color: 7041095.

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

Color convert

RGB 71 112 107 -
CMYK 0.37 0 0.04 0.56
HSL 172.68º 0.22% 0.36% -
HSV(B) 172.68º 0.37% 0.44% -
XYZ 11.05 13.99 16.03 -
YUV 99.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 71 112 107 0.37 0 0.04 0.56 172.68 0.22 0.36
Hex 47 70 6B 25 0 4 38 AD 16 24
Octal 107 160 153 45 0 4 70 255 26 44
Binary 1000111 1110000 1101011 100101 0 100 111000 10101101 10110 100100

Color Harmonies of #47706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47706B

Black with #47706B

Text Example


Text Example

White with #47706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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