#467671

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

Shades of Dark Green Copper #467671

Tints of Dark Green Copper #467671

Color information

#467671 (or 0x467671) is unknown color: approx Dark Green Copper. HEX triplet: 46, 76 and 71. RGB value is (70,118,113). Sum of RGB (Red+Green+Blue) = 70+118+113=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #467671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467671 is #B9898E. Grayscale: #676767. Windows color (decimal): -12159375 or 7435846. OLE color: 7435846.

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

Color convert

RGB70118113-
CMYK0.4100.040.54
HSL173.75º25.53%36.86%-
HSV(B)173.75º40.68%46.27%-
XYZ11.9815.4517.97-
YUV103.08133.6104.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=23.26%
G=39.20%
B=37.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181130.4100.040.54173.7525.5336.86
Hex467671290436ae1a25
Octal1061661615104662563245
Binary10001101110110111000110100101001101101010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467671; }

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

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

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

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

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

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

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

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