Html Css Color HEX #476662 Dark Green Copper

📋 copy color: '#476662'

red 71 ◦ green 102 ◦ blue 98

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

Shades of Dark Green Copper #476662

Tints of Dark Green Copper #476662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 26.2%
G = 37.64%
B = 36.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#476662 (or 0x476662) is known color: Dark Green Copper. HEX triplet: 47, 66 and 62. RGB value is (71,102,98). Sum of RGB (Red+Green+Blue) = 71+102+98=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #476662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476662 is #B8999D. Grayscale: #5C5C5C. Windows color (decimal): -12097950 or 6448711. OLE color: 6448711.

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

Color convert

RGB 71 102 98 -
CMYK 0.30 0 0.04 0.6
HSL 172.26º 0.18% 0.34% -
HSV(B) 172.26º 0.3% 0.4% -
XYZ 9.55 11.72 13.31 -
YUV 92.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 71 102 98 0.30 0 0.04 0.6 172.26 0.18 0.34
Hex 47 66 62 1E 0 4 3C AC 12 22
Octal 107 146 142 36 0 4 74 254 22 42
Binary 1000111 1100110 1100010 11110 0 100 111100 10101100 10010 100010

Color Harmonies of #476662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476662

Black with #476662

Text Example


Text Example

White with #476662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476662; }

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

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

background-color css

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

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

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

border-color css

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

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

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