Html Css Color HEX #476561 Dark Green Copper

📋 copy color: '#476561'

red 71 ◦ green 101 ◦ blue 97

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

Shades of Dark Green Copper #476561

Tints of Dark Green Copper #476561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 26.39%
G = 37.55%
B = 36.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#476561 (or 0x476561) is known color: Dark Green Copper. HEX triplet: 47, 65 and 61. RGB value is (71,101,97). Sum of RGB (Red+Green+Blue) = 71+101+97=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #476561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476561 is #B89A9E. Grayscale: #5B5B5B. Windows color (decimal): -12098207 or 6382919. OLE color: 6382919.

HSL color Cylindrical-coordinate representation of color #476561: hue angle of 172º degrees, saturation: 0.17, 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 #476561 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 97 -
CMYK 0.30 0 0.04 0.60
HSL 172º 0.17% 0.34% -
HSV(B) 172º 0.3% 0.4% -
XYZ 9.41 11.51 13.03 -
YUV 91.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 71 101 97 0.30 0 0.04 0.60 172 0.17 0.34
Hex 47 65 61 1E 0 4 3C AC 11 22
Octal 107 145 141 36 0 4 74 254 21 42
Binary 1000111 1100101 1100001 11110 0 100 111100 10101100 10001 100010

Color Harmonies of #476561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476561

Black with #476561

Text Example


Text Example

White with #476561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476561; }

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

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

background-color css

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

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

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

border-color css

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

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

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