#407067

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

Shades of Dark Green Copper #407067

Tints of Dark Green Copper #407067

Color information

#407067 (or 0x407067) is unknown color: approx Dark Green Copper. HEX triplet: 40, 70 and 67. RGB value is (64,112,103). Sum of RGB (Red+Green+Blue) = 64+112+103=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #407067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407067 is #BF8F98. Grayscale: #606060. Windows color (decimal): -12554137 or 6778944. OLE color: 6778944.

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

Color convert

RGB64112103-
CMYK0.4300.080.56
HSL168.75º27.27%34.51%-
HSV(B)168.75º42.86%43.92%-
XYZ10.3613.6614.92-
YUV96.62131.6104.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=22.94%
G=40.14%
B=36.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641121030.4300.080.56168.7527.2734.51
Hex4070672B0838a91b23
Octal10016014753010702513343
Binary100000011100001100111101011010001110001010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407067; }

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

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

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

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

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

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

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

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