#407669

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

Shades of Dark Green Copper #407669

Tints of Dark Green Copper #407669

Color information

#407669 (or 0x407669) is unknown color: approx Dark Green Copper. HEX triplet: 40, 76 and 69. RGB value is (64,118,105). Sum of RGB (Red+Green+Blue) = 64+118+105=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #407669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407669 is #BF8996. Grayscale: #646464. Windows color (decimal): -12552599 or 6911552. OLE color: 6911552.

HSL color Cylindrical-coordinate representation of color #407669: hue angle of 165.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407669 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB64118105-
CMYK0.4600.110.54
HSL165.56º29.67%35.69%-
HSV(B)165.56º45.76%46.27%-
XYZ11.1415.0715.69-
YUV100.37130.61102.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=22.30%
G=41.11%
B=36.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181050.4600.110.54165.5629.6735.69
Hex4076692E0B36a61e24
Octal10016615156013662463644
Binary100000011101101101001101110010111101101010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407669; }

 p { color: rgb(64,118,105); }

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

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

 a { background-color: rgb(64,118,105); }

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

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

 span { border-color: rgb(64,118,105); }

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