Html Css Color HEX #47756C Dark Green Copper

📋 copy color: '#47756C'

red 71 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #47756C

Tints of Dark Green Copper #47756C

RGB

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

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

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

R = 23.99%
G = 39.53%
B = 36.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#47756C (or 0x47756C) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6C. RGB value is (71,117,108). Sum of RGB (Red+Green+Blue) = 71+117+108=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #47756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756C is #B88A93. Grayscale: #666666. Windows color (decimal): -12094100 or 7107911. OLE color: 7107911.

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

Color convert

RGB 71 117 108 -
CMYK 0.39 0 0.08 0.54
HSL 168.26º 0.24% 0.37% -
HSV(B) 168.26º 0.39% 0.46% -
XYZ 11.67 15.14 16.5 -
YUV 102.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 71 117 108 0.39 0 0.08 0.54 168.26 0.24 0.37
Hex 47 75 6C 27 0 8 36 A8 18 25
Octal 107 165 154 47 0 10 66 250 30 45
Binary 1000111 1110101 1101100 100111 0 1000 110110 10101000 11000 100101

Color Harmonies of #47756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47756C

Black with #47756C

Text Example


Text Example

White with #47756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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