#407567

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

Shades of Dark Green Copper #407567

Tints of Dark Green Copper #407567

Color information

#407567 (or 0x407567) is unknown color: approx Dark Green Copper. HEX triplet: 40, 75 and 67. RGB value is (64,117,103). Sum of RGB (Red+Green+Blue) = 64+117+103=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #407567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407567 is #BF8A98. Grayscale: #636363. Windows color (decimal): -12552857 or 6780224. OLE color: 6780224.

HSL color Cylindrical-coordinate representation of color #407567: hue angle of 164.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407567 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB64117103-
CMYK0.4500.120.54
HSL164.15º29.28%35.49%-
HSV(B)164.15º45.3%45.88%-
XYZ10.9214.7915.11-
YUV99.56129.94102.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=22.54%
G=41.20%
B=36.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171030.4500.120.54164.1529.2835.49
Hex4075672D0C36a41d23
Octal10016514755014662443543
Binary100000011101011100111101101011001101101010010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407567; }

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

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

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

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

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

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

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

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