#407169

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

Shades of Dark Green Copper #407169

Tints of Dark Green Copper #407169

Color information

#407169 (or 0x407169) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 69. RGB value is (64,113,105). Sum of RGB (Red+Green+Blue) = 64+113+105=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #407169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407169 is #BF8E96. Grayscale: #616161. Windows color (decimal): -12553879 or 6910272. OLE color: 6910272.

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

Color convert

RGB64113105-
CMYK0.4300.070.56
HSL170.2º27.68%34.71%-
HSV(B)170.2º43.36%44.31%-
XYZ10.5713.9215.49-
YUV97.44132.27104.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=22.70%
G=40.07%
B=37.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131050.4300.070.56170.227.6834.71
Hex4071692B0738aa1c23
Octal1001611515307702523443
Binary10000001110001110100110101101111110001010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407169; }

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

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

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

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

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

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

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

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