#407670

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

Shades of Dark Green Copper #407670

Tints of Dark Green Copper #407670

Color information

#407670 (or 0x407670) is unknown color: approx Dark Green Copper. HEX triplet: 40, 76 and 70. RGB value is (64,118,112). Sum of RGB (Red+Green+Blue) = 64+118+112=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #407670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407670 is #BF898F. Grayscale: #656565. Windows color (decimal): -12552592 or 7370304. OLE color: 7370304.

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

Color convert

RGB64118112-
CMYK0.4600.050.54
HSL173.33º29.67%35.69%-
HSV(B)173.33º45.76%46.27%-
XYZ11.5215.2217.66-
YUV101.17134.11101.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=21.77%
G=40.14%
B=38.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181120.4600.050.54173.3329.6735.69
Hex4076702E0536ad1e24
Octal1001661605605662553644
Binary10000001110110111000010111001011101101010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407670; }

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

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

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

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

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

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

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

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