#407165

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

Shades of Dark Green Copper #407165

Tints of Dark Green Copper #407165

Color information

#407165 (or 0x407165) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 65. RGB value is (64,113,101). Sum of RGB (Red+Green+Blue) = 64+113+101=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #407165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407165 is #BF8E9A. Grayscale: #606060. Windows color (decimal): -12553883 or 6648128. OLE color: 6648128.

HSL color Cylindrical-coordinate representation of color #407165: hue angle of 165.31º degrees, saturation: 0.28, 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 #407165 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB64113101-
CMYK0.4300.110.56
HSL165.31º27.68%34.71%-
HSV(B)165.31º43.36%44.31%-
XYZ10.3713.8414.44-
YUV96.98130.27104.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=23.02%
G=40.65%
B=36.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131010.4300.110.56165.3127.6834.71
Hex4071652B0B38a51c23
Octal10016114553013702453443
Binary100000011100011100101101011010111110001010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407165; }

 p { color: rgb(64,113,101); }

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

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

 a { background-color: rgb(64,113,101); }

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

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

 span { border-color: rgb(64,113,101); }

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