Html Css Color HEX #47766E Dark Green Copper

📋 copy color: '#47766E'

red 71 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #47766E

Tints of Dark Green Copper #47766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 23.75%
G = 39.46%
B = 36.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#47766E (or 0x47766E) is known color: Dark Green Copper. HEX triplet: 47, 76 and 6E. RGB value is (71,118,110). Sum of RGB (Red+Green+Blue) = 71+118+110=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #47766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766E is #B88991. Grayscale: #676767. Windows color (decimal): -12093842 or 7239239. OLE color: 7239239.

HSL color Cylindrical-coordinate representation of color #47766E: hue angle of 169.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47766E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 110 -
CMYK 0.40 0 0.07 0.54
HSL 169.79º 0.25% 0.37% -
HSV(B) 169.79º 0.4% 0.46% -
XYZ 11.89 15.42 17.1 -
YUV 103.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 71 118 110 0.40 0 0.07 0.54 169.79 0.25 0.37
Hex 47 76 6E 28 0 7 36 AA 19 25
Octal 107 166 156 50 0 7 66 252 31 45
Binary 1000111 1110110 1101110 101000 0 111 110110 10101010 11001 100101

Color Harmonies of #47766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47766E

Black with #47766E

Text Example


Text Example

White with #47766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47766E; }

 p { color: rgb(71,118,110); }

 H1.HeaderClassName
 {
   color: #47766E;
 }
 .AnyTagClassName
 {
   color: #47766E;
 }
</style>

background-color css

<style>
 a { background-color: #47766E; }

 a { background-color: rgb(71,118,110); }

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

border-color css

<style>
 span { border-color: #47766E; }

 span { border-color: rgb(71,118,110); }

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