Html Css Color HEX #47746B Dark Green Copper

📋 copy color: '#47746B'

red 71 ◦ green 116 ◦ blue 107

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

Shades of Dark Green Copper #47746B

Tints of Dark Green Copper #47746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 24.15%
G = 39.46%
B = 36.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#47746B (or 0x47746B) is known color: Dark Green Copper. HEX triplet: 47, 74 and 6B. RGB value is (71,116,107). Sum of RGB (Red+Green+Blue) = 71+116+107=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #47746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746B is #B88B94. Grayscale: #656565. Windows color (decimal): -12094357 or 7042119. OLE color: 7042119.

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

Color convert

RGB 71 116 107 -
CMYK 0.39 0 0.08 0.55
HSL 168º 0.24% 0.37% -
HSV(B) 168º 0.39% 0.45% -
XYZ 11.5 14.89 16.18 -
YUV 101.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 71 116 107 0.39 0 0.08 0.55 168 0.24 0.37
Hex 47 74 6B 27 0 8 37 A8 18 25
Octal 107 164 153 47 0 10 67 250 30 45
Binary 1000111 1110100 1101011 100111 0 1000 110111 10101000 11000 100101

Color Harmonies of #47746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47746B

Black with #47746B

Text Example


Text Example

White with #47746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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