#407569

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

Shades of Dark Green Copper #407569

Tints of Dark Green Copper #407569

Color information

#407569 (or 0x407569) is unknown color: approx Dark Green Copper. HEX triplet: 40, 75 and 69. RGB value is (64,117,105). Sum of RGB (Red+Green+Blue) = 64+117+105=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #407569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407569 is #BF8A96. Grayscale: #636363. Windows color (decimal): -12552855 or 6911296. OLE color: 6911296.

HSL color Cylindrical-coordinate representation of color #407569: hue angle of 166.42º 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 #407569 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB64117105-
CMYK0.4500.100.54
HSL166.42º29.28%35.49%-
HSV(B)166.42º45.3%45.88%-
XYZ11.0314.8315.65-
YUV99.78130.94102.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=22.38%
G=40.91%
B=36.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171050.4500.100.54166.4229.2835.49
Hex4075692D0A36a61d23
Octal10016515155012662463543
Binary100000011101011101001101101010101101101010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407569; }

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

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

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

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

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

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

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

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