Html Css Color HEX #477D6F Dark Green Copper

📋 copy color: '#477D6F'

red 71 ◦ green 125 ◦ blue 111

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

Shades of Dark Green Copper #477D6F

Tints of Dark Green Copper #477D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.72%

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 23.13%
G = 40.72%
B = 36.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#477D6F (or 0x477D6F) is known color: Dark Green Copper. HEX triplet: 47, 7D and 6F. RGB value is (71,125,111). Sum of RGB (Red+Green+Blue) = 71+125+111=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #477D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D6F is #B88290. Grayscale: #6B6B6B. Windows color (decimal): -12092049 or 7306567. OLE color: 7306567.

HSL color Cylindrical-coordinate representation of color #477D6F: hue angle of 164.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477D6F is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 125 111 -
CMYK 0.43 0 0.11 0.51
HSL 164.44º 0.28% 0.38% -
HSV(B) 164.44º 0.43% 0.49% -
XYZ 12.8 17.15 17.68 -
YUV 107.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 71 125 111 0.43 0 0.11 0.51 164.44 0.28 0.38
Hex 47 7D 6F 2B 0 B 33 A4 1C 26
Octal 107 175 157 53 0 13 63 244 34 46
Binary 1000111 1111101 1101111 101011 0 1011 110011 10100100 11100 100110

Color Harmonies of #477D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D6F

Black with #477D6F

Text Example


Text Example

White with #477D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477D6F; }

 p { color: rgb(71,125,111); }

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

background-color css

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

 a { background-color: rgb(71,125,111); }

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

border-color css

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

 span { border-color: rgb(71,125,111); }

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