Html Css Color HEX #47756E Dark Green Copper

📋 copy color: '#47756E'

red 71 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #47756E

Tints of Dark Green Copper #47756E

RGB

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

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

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

R = 23.83%
G = 39.26%
B = 36.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#47756E (or 0x47756E) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6E. RGB value is (71,117,110). Sum of RGB (Red+Green+Blue) = 71+117+110=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #47756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756E is #B88A91. Grayscale: #666666. Windows color (decimal): -12094098 or 7238983. OLE color: 7238983.

HSL color Cylindrical-coordinate representation of color #47756E: hue angle of 170.87º 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 #47756E is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 110 -
CMYK 0.39 0 0.06 0.54
HSL 170.87º 0.24% 0.37% -
HSV(B) 170.87º 0.39% 0.46% -
XYZ 11.77 15.19 17.06 -
YUV 102.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 71 117 110 0.39 0 0.06 0.54 170.87 0.24 0.37
Hex 47 75 6E 27 0 6 36 AB 18 25
Octal 107 165 156 47 0 6 66 253 30 45
Binary 1000111 1110101 1101110 100111 0 110 110110 10101011 11000 100101

Color Harmonies of #47756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47756E

Black with #47756E

Text Example


Text Example

White with #47756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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