Html Css Color HEX #477466 Dark Green Copper

📋 copy color: '#477466'

red 71 ◦ green 116 ◦ blue 102

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

Shades of Dark Green Copper #477466

Tints of Dark Green Copper #477466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 24.57%
G = 40.14%
B = 35.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#477466 (or 0x477466) is known color: Dark Green Copper. HEX triplet: 47, 74 and 66. RGB value is (71,116,102). Sum of RGB (Red+Green+Blue) = 71+116+102=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #477466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477466 is #B88B99. Grayscale: #646464. Windows color (decimal): -12094362 or 6714439. OLE color: 6714439.

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

Color convert

RGB 71 116 102 -
CMYK 0.39 0 0.12 0.55
HSL 161.33º 0.24% 0.37% -
HSV(B) 161.33º 0.39% 0.45% -
XYZ 11.24 14.79 14.83 -
YUV 100.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 71 116 102 0.39 0 0.12 0.55 161.33 0.24 0.37
Hex 47 74 66 27 0 C 37 A1 18 25
Octal 107 164 146 47 0 14 67 241 30 45
Binary 1000111 1110100 1100110 100111 0 1100 110111 10100001 11000 100101

Color Harmonies of #477466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477466

Black with #477466

Text Example


Text Example

White with #477466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477466; }

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

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

background-color css

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

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

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

border-color css

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

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

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