#467C71

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

Shades of Dark Green Copper #467C71

Tints of Dark Green Copper #467C71

Color information

#467C71 (or 0x467C71) is unknown color: approx Dark Green Copper. HEX triplet: 46, 7C and 71. RGB value is (70,124,113). Sum of RGB (Red+Green+Blue) = 70+124+113=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #467C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C71 is #B9838E. Grayscale: #6A6A6A. Windows color (decimal): -12157839 or 7437382. OLE color: 7437382.

HSL color Cylindrical-coordinate representation of color #467C71: hue angle of 167.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467C71 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB70124113-
CMYK0.4400.090.51
HSL167.78º27.84%38.04%-
HSV(B)167.78º43.55%48.63%-
XYZ12.7116.9118.22-
YUV106.6131.61101.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=22.80%
G=40.39%
B=36.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701241130.4400.090.51167.7827.8438.04
Hex467C712C0933a81c26
Octal10617416154011632503446
Binary100011011111001110001101100010011100111010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C71; }

 p { color: rgb(70,124,113); }

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

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

 a { background-color: rgb(70,124,113); }

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

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

 span { border-color: rgb(70,124,113); }

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