#407570

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

Shades of Dark Green Copper #407570

Tints of Dark Green Copper #407570

Color information

#407570 (or 0x407570) is unknown color: approx Dark Green Copper. HEX triplet: 40, 75 and 70. RGB value is (64,117,112). Sum of RGB (Red+Green+Blue) = 64+117+112=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #407570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407570 is #BF8A8F. Grayscale: #646464. Windows color (decimal): -12552848 or 7370048. OLE color: 7370048.

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

Color convert

RGB64117112-
CMYK0.4500.040.54
HSL174.34º29.28%35.49%-
HSV(B)174.34º45.3%45.88%-
XYZ11.414.9817.62-
YUV100.58134.44101.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=21.84%
G=39.93%
B=38.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171120.4500.040.54174.3429.2835.49
Hex4075702D0436ae1d23
Octal1001651605504662563543
Binary10000001110101111000010110101001101101010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407570; }

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

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

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

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

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

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

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

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