Html Css Color HEX #476A63 Dark Green Copper

📋 copy color: '#476A63'

red 71 ◦ green 106 ◦ blue 99

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

Shades of Dark Green Copper #476A63

Tints of Dark Green Copper #476A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 25.72%
G = 38.41%
B = 35.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#476A63 (or 0x476A63) is known color: Dark Green Copper. HEX triplet: 47, 6A and 63. RGB value is (71,106,99). Sum of RGB (Red+Green+Blue) = 71+106+99=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #476A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A63 is #B8959C. Grayscale: #5E5E5E. Windows color (decimal): -12096925 or 6515271. OLE color: 6515271.

HSL color Cylindrical-coordinate representation of color #476A63: hue angle of 168º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A63 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 99 -
CMYK 0.33 0 0.07 0.58
HSL 168º 0.2% 0.35% -
HSV(B) 168º 0.33% 0.42% -
XYZ 10 12.55 13.7 -
YUV 94.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 71 106 99 0.33 0 0.07 0.58 168 0.2 0.35
Hex 47 6A 63 21 0 7 3A A8 14 23
Octal 107 152 143 41 0 7 72 250 24 43
Binary 1000111 1101010 1100011 100001 0 111 111010 10101000 10100 100011

Color Harmonies of #476A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A63

Black with #476A63

Text Example


Text Example

White with #476A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A63; }

 p { color: rgb(71,106,99); }

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

background-color css

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

 a { background-color: rgb(71,106,99); }

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

border-color css

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

 span { border-color: rgb(71,106,99); }

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