Html Css Color HEX #47756F Dark Green Copper

📋 copy color: '#47756F'

red 71 ◦ green 117 ◦ blue 111

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

Shades of Dark Green Copper #47756F

Tints of Dark Green Copper #47756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 23.75%
G = 39.13%
B = 37.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#47756F (or 0x47756F) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6F. RGB value is (71,117,111). Sum of RGB (Red+Green+Blue) = 71+117+111=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #47756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756F is #B88A90. Grayscale: #666666. Windows color (decimal): -12094097 or 7304519. OLE color: 7304519.

HSL color Cylindrical-coordinate representation of color #47756F: hue angle of 172.17º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47756F is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 111 -
CMYK 0.39 0 0.05 0.54
HSL 172.17º 0.24% 0.37% -
HSV(B) 172.17º 0.39% 0.46% -
XYZ 11.83 15.21 17.35 -
YUV 102.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 71 117 111 0.39 0 0.05 0.54 172.17 0.24 0.37
Hex 47 75 6F 27 0 5 36 AC 18 25
Octal 107 165 157 47 0 5 66 254 30 45
Binary 1000111 1110101 1101111 100111 0 101 110110 10101100 11000 100101

Color Harmonies of #47756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47756F

Black with #47756F

Text Example


Text Example

White with #47756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47756F; }

 p { color: rgb(71,117,111); }

 H1.HeaderClassName
 {
   color: #47756F;
 }
 .AnyTagClassName
 {
   color: #47756F;
 }
</style>

background-color css

<style>
 a { background-color: #47756F; }

 a { background-color: rgb(71,117,111); }

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

border-color css

<style>
 span { border-color: #47756F; }

 span { border-color: rgb(71,117,111); }

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