#476865

Color #476865 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #476865

Tints of Dark Green Copper #476865

Color information

#476865 (or 0x476865) is unknown color: approx Dark Green Copper. HEX triplet: 47, 68 and 65. RGB value is (71,104,101). Sum of RGB (Red+Green+Blue) = 71+104+101=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #476865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476865 is #B8979A. Grayscale: #5D5D5D. Windows color (decimal): -12097435 or 6645831. OLE color: 6645831.

HSL color Cylindrical-coordinate representation of color #476865: hue angle of 174.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476865 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB71104101-
CMYK0.3200.030.59
HSL174.55º18.86%34.31%-
HSV(B)174.55º31.73%40.78%-
XYZ9.912.1814.14-
YUV93.79132.07111.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=25.72%
G=37.68%
B=36.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal711041010.3200.030.59174.5518.8634.31
Hex47686520033Baf1322
Octal1071501454003732572342
Binary1000111110100011001011000000111110111010111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476865; }

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

 H1.HeaderClassName
 {
   color: #476865;
 }
 .AnyTagClassName
 {
   color: #476865;
 }
</style>
background-color css

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

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

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

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

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

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