Html Css Color HEX #476761 Dark Green Copper

📋 copy color: '#476761'

red 71 ◦ green 103 ◦ blue 97

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

Shades of Dark Green Copper #476761

Tints of Dark Green Copper #476761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

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

R = 26.2%
G = 38.01%
B = 35.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#476761 (or 0x476761) is known color: Dark Green Copper. HEX triplet: 47, 67 and 61. RGB value is (71,103,97). Sum of RGB (Red+Green+Blue) = 71+103+97=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #476761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476761 is #B8989E. Grayscale: #5C5C5C. Windows color (decimal): -12097695 or 6383431. OLE color: 6383431.

HSL color Cylindrical-coordinate representation of color #476761: hue angle of 168.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476761 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 97 -
CMYK 0.31 0 0.06 0.60
HSL 168.75º 0.18% 0.34% -
HSV(B) 168.75º 0.31% 0.4% -
XYZ 9.61 11.9 13.1 -
YUV 92.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 71 103 97 0.31 0 0.06 0.60 168.75 0.18 0.34
Hex 47 67 61 1F 0 6 3C A9 12 22
Octal 107 147 141 37 0 6 74 251 22 42
Binary 1000111 1100111 1100001 11111 0 110 111100 10101001 10010 100010

Color Harmonies of #476761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476761

Black with #476761

Text Example


Text Example

White with #476761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476761; }

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

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

background-color css

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

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

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

border-color css

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

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

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