Html Css Color HEX #47706C Dark Green Copper

📋 copy color: '#47706C'

red 71 ◦ green 112 ◦ blue 108

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

Shades of Dark Green Copper #47706C

Tints of Dark Green Copper #47706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 24.4%
G = 38.49%
B = 37.11%

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

#47706C (or 0x47706C) is known color: Dark Green Copper. HEX triplet: 47, 70 and 6C. RGB value is (71,112,108). Sum of RGB (Red+Green+Blue) = 71+112+108=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #47706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706C is #B88F93. Grayscale: #636363. Windows color (decimal): -12095380 or 7106631. OLE color: 7106631.

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

Color convert

RGB 71 112 108 -
CMYK 0.37 0 0.04 0.56
HSL 174.15º 0.22% 0.36% -
HSV(B) 174.15º 0.37% 0.44% -
XYZ 11.1 14.01 16.31 -
YUV 99.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 71 112 108 0.37 0 0.04 0.56 174.15 0.22 0.36
Hex 47 70 6C 25 0 4 38 AE 16 24
Octal 107 160 154 45 0 4 70 256 26 44
Binary 1000111 1110000 1101100 100101 0 100 111000 10101110 10110 100100

Color Harmonies of #47706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47706C

Black with #47706C

Text Example


Text Example

White with #47706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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