Html Css Color HEX #476661 Dark Green Copper

📋 copy color: '#476661'

red 71 ◦ green 102 ◦ blue 97

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

Shades of Dark Green Copper #476661

Tints of Dark Green Copper #476661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 26.3%
G = 37.78%
B = 35.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#476661 (or 0x476661) is known color: Dark Green Copper. HEX triplet: 47, 66 and 61. RGB value is (71,102,97). Sum of RGB (Red+Green+Blue) = 71+102+97=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #476661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476661 is #B8999E. Grayscale: #5C5C5C. Windows color (decimal): -12097951 or 6383175. OLE color: 6383175.

HSL color Cylindrical-coordinate representation of color #476661: hue angle of 170.32º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476661 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 97 -
CMYK 0.30 0 0.05 0.6
HSL 170.32º 0.18% 0.34% -
HSV(B) 170.32º 0.3% 0.4% -
XYZ 9.51 11.71 13.07 -
YUV 92.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 71 102 97 0.30 0 0.05 0.6 170.32 0.18 0.34
Hex 47 66 61 1E 0 5 3C AA 12 22
Octal 107 146 141 36 0 5 74 252 22 42
Binary 1000111 1100110 1100001 11110 0 101 111100 10101010 10010 100010

Color Harmonies of #476661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476661

Black with #476661

Text Example


Text Example

White with #476661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476661; }

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

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

background-color css

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

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

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

border-color css

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

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

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