Html Css Color HEX #477C6E Dark Green Copper

📋 copy color: '#477C6E'

red 71 ◦ green 124 ◦ blue 110

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

Shades of Dark Green Copper #477C6E

Tints of Dark Green Copper #477C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

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

R = 23.28%
G = 40.66%
B = 36.07%

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

#477C6E (or 0x477C6E) is known color: Dark Green Copper. HEX triplet: 47, 7C and 6E. RGB value is (71,124,110). Sum of RGB (Red+Green+Blue) = 71+124+110=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #477C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C6E is #B88391. Grayscale: #6A6A6A. Windows color (decimal): -12092306 or 7240775. OLE color: 7240775.

HSL color Cylindrical-coordinate representation of color #477C6E: hue angle of 164.15º degrees, saturation: 0.27, 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 #477C6E is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 110 -
CMYK 0.43 0 0.11 0.51
HSL 164.15º 0.27% 0.38% -
HSV(B) 164.15º 0.43% 0.49% -
XYZ 12.62 16.88 17.34 -
YUV 106.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 71 124 110 0.43 0 0.11 0.51 164.15 0.27 0.38
Hex 47 7C 6E 2B 0 B 33 A4 1B 26
Octal 107 174 156 53 0 13 63 244 33 46
Binary 1000111 1111100 1101110 101011 0 1011 110011 10100100 11011 100110

Color Harmonies of #477C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C6E

Black with #477C6E

Text Example


Text Example

White with #477C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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