Html Css Color HEX #47746E Dark Green Copper

📋 copy color: '#47746E'

red 71 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #47746E

Tints of Dark Green Copper #47746E

RGB

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

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

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

R = 23.91%
G = 39.06%
B = 37.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#47746E (or 0x47746E) is known color: Dark Green Copper. HEX triplet: 47, 74 and 6E. RGB value is (71,116,110). Sum of RGB (Red+Green+Blue) = 71+116+110=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #47746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746E is #B88B91. Grayscale: #656565. Windows color (decimal): -12094354 or 7238727. OLE color: 7238727.

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

Color convert

RGB 71 116 110 -
CMYK 0.39 0 0.05 0.55
HSL 172º 0.24% 0.37% -
HSV(B) 172º 0.39% 0.45% -
XYZ 11.66 14.96 17.02 -
YUV 101.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 71 116 110 0.39 0 0.05 0.55 172 0.24 0.37
Hex 47 74 6E 27 0 5 37 AC 18 25
Octal 107 164 156 47 0 5 67 254 30 45
Binary 1000111 1110100 1101110 100111 0 101 110111 10101100 11000 100101

Color Harmonies of #47746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47746E

Black with #47746E

Text Example


Text Example

White with #47746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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