#467067

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

Shades of Dark Green Copper #467067

Tints of Dark Green Copper #467067

Color information

#467067 (or 0x467067) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 67. RGB value is (70,112,103). Sum of RGB (Red+Green+Blue) = 70+112+103=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #467067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467067 is #B98F98. Grayscale: #626262. Windows color (decimal): -12160921 or 6778950. OLE color: 6778950.

HSL color Cylindrical-coordinate representation of color #467067: hue angle of 167.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467067 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB70112103-
CMYK0.3800.080.56
HSL167.14º23.08%35.69%-
HSV(B)167.14º37.5%43.92%-
XYZ10.7713.8714.94-
YUV98.42130.59107.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=24.56%
G=39.30%
B=36.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121030.3800.080.56167.1423.0835.69
Hex467067260838a71724
Octal10616014746010702472744
Binary100011011100001100111100110010001110001010011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467067; }

 p { color: rgb(70,112,103); }

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

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

 a { background-color: rgb(70,112,103); }

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

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

 span { border-color: rgb(70,112,103); }

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