#467771

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

Shades of Dark Green Copper #467771

Tints of Dark Green Copper #467771

Color information

#467771 (or 0x467771) is unknown color: approx Dark Green Copper. HEX triplet: 46, 77 and 71. RGB value is (70,119,113). Sum of RGB (Red+Green+Blue) = 70+119+113=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #467771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467771 is #B9888E. Grayscale: #676767. Windows color (decimal): -12159119 or 7436102. OLE color: 7436102.

HSL color Cylindrical-coordinate representation of color #467771: hue angle of 172.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467771 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB70119113-
CMYK0.4100.050.53
HSL172.65º25.93%37.06%-
HSV(B)172.65º41.18%46.67%-
XYZ12.115.6918.01-
YUV103.66133.27103.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=23.18%
G=39.40%
B=37.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191130.4100.050.53172.6525.9337.06
Hex467771290535ad1a25
Octal1061671615105652553245
Binary10001101110111111000110100101011101011010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467771; }

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

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

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

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

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

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

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

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