Html Css Color HEX #477064 Dark Green Copper

📋 copy color: '#477064'

red 71 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #477064

Tints of Dark Green Copper #477064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 25.09%
G = 39.58%
B = 35.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#477064 (or 0x477064) is known color: Dark Green Copper. HEX triplet: 47, 70 and 64. RGB value is (71,112,100). Sum of RGB (Red+Green+Blue) = 71+112+100=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #477064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477064 is #B88F9B. Grayscale: #626262. Windows color (decimal): -12095388 or 6582343. OLE color: 6582343.

HSL color Cylindrical-coordinate representation of color #477064: hue angle of 162.44º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477064 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 100 -
CMYK 0.37 0 0.11 0.56
HSL 162.44º 0.22% 0.36% -
HSV(B) 162.44º 0.37% 0.44% -
XYZ 10.69 13.85 14.17 -
YUV 98.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 71 112 100 0.37 0 0.11 0.56 162.44 0.22 0.36
Hex 47 70 64 25 0 B 38 A2 16 24
Octal 107 160 144 45 0 13 70 242 26 44
Binary 1000111 1110000 1100100 100101 0 1011 111000 10100010 10110 100100

Color Harmonies of #477064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477064

Black with #477064

Text Example


Text Example

White with #477064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477064; }

 p { color: rgb(71,112,100); }

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

background-color css

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

 a { background-color: rgb(71,112,100); }

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

border-color css

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

 span { border-color: rgb(71,112,100); }

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