Html Css Color HEX #477770 Dark Green Copper

📋 copy color: '#477770'

red 71 ◦ green 119 ◦ blue 112

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

Shades of Dark Green Copper #477770

Tints of Dark Green Copper #477770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 23.51%
G = 39.4%
B = 37.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#477770 (or 0x477770) is known color: Dark Green Copper. HEX triplet: 47, 77 and 70. RGB value is (71,119,112). Sum of RGB (Red+Green+Blue) = 71+119+112=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #477770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477770 is #B8888F. Grayscale: #676767. Windows color (decimal): -12093584 or 7370567. OLE color: 7370567.

HSL color Cylindrical-coordinate representation of color #477770: hue angle of 171.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477770 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 112 -
CMYK 0.40 0 0.06 0.53
HSL 171.25º 0.25% 0.37% -
HSV(B) 171.25º 0.4% 0.47% -
XYZ 12.12 15.7 17.72 -
YUV 103.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 71 119 112 0.40 0 0.06 0.53 171.25 0.25 0.37
Hex 47 77 70 28 0 6 35 AB 19 25
Octal 107 167 160 50 0 6 65 253 31 45
Binary 1000111 1110111 1110000 101000 0 110 110101 10101011 11001 100101

Color Harmonies of #477770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477770

Black with #477770

Text Example


Text Example

White with #477770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477770; }

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

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

background-color css

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

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

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

border-color css

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

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

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