Html Css Color HEX #47716B Dark Green Copper

📋 copy color: '#47716B'

red 71 ◦ green 113 ◦ blue 107

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

Shades of Dark Green Copper #47716B

Tints of Dark Green Copper #47716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 24.4%
G = 38.83%
B = 36.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#47716B (or 0x47716B) is known color: Dark Green Copper. HEX triplet: 47, 71 and 6B. RGB value is (71,113,107). Sum of RGB (Red+Green+Blue) = 71+113+107=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #47716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716B is #B88E94. Grayscale: #636363. Windows color (decimal): -12095125 or 7041351. OLE color: 7041351.

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

Color convert

RGB 71 113 107 -
CMYK 0.37 0 0.05 0.56
HSL 171.43º 0.23% 0.36% -
HSV(B) 171.43º 0.37% 0.44% -
XYZ 11.16 14.21 16.06 -
YUV 99.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 71 113 107 0.37 0 0.05 0.56 171.43 0.23 0.36
Hex 47 71 6B 25 0 5 38 AB 17 24
Octal 107 161 153 45 0 5 70 253 27 44
Binary 1000111 1110001 1101011 100101 0 101 111000 10101011 10111 100100

Color Harmonies of #47716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47716B

Black with #47716B

Text Example


Text Example

White with #47716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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