Html Css Color HEX #47746C Dark Green Copper

📋 copy color: '#47746C'

red 71 ◦ green 116 ◦ blue 108

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

Shades of Dark Green Copper #47746C

Tints of Dark Green Copper #47746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 24.07%
G = 39.32%
B = 36.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#47746C (or 0x47746C) is known color: Dark Green Copper. HEX triplet: 47, 74 and 6C. RGB value is (71,116,108). Sum of RGB (Red+Green+Blue) = 71+116+108=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #47746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746C is #B88B93. Grayscale: #656565. Windows color (decimal): -12094356 or 7107655. OLE color: 7107655.

HSL color Cylindrical-coordinate representation of color #47746C: hue angle of 169.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47746C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 108 -
CMYK 0.39 0 0.07 0.55
HSL 169.33º 0.24% 0.37% -
HSV(B) 169.33º 0.39% 0.45% -
XYZ 11.55 14.91 16.46 -
YUV 101.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 71 116 108 0.39 0 0.07 0.55 169.33 0.24 0.37
Hex 47 74 6C 27 0 7 37 A9 18 25
Octal 107 164 154 47 0 7 67 251 30 45
Binary 1000111 1110100 1101100 100111 0 111 110111 10101001 11000 100101

Color Harmonies of #47746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47746C

Black with #47746C

Text Example


Text Example

White with #47746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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