#407B70

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

Shades of Dark Green Copper #407B70

Tints of Dark Green Copper #407B70

Color information

#407B70 (or 0x407B70) is unknown color: approx Dark Green Copper. HEX triplet: 40, 7B and 70. RGB value is (64,123,112). Sum of RGB (Red+Green+Blue) = 64+123+112=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #407B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B70 is #BF848F. Grayscale: #686868. Windows color (decimal): -12551312 or 7371584. OLE color: 7371584.

HSL color Cylindrical-coordinate representation of color #407B70: hue angle of 168.81º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B70 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB64123112-
CMYK0.4800.090.52
HSL168.81º31.55%36.67%-
HSV(B)168.81º47.97%48.24%-
XYZ12.1216.4317.86-
YUV104.1132.4599.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=21.40%
G=41.14%
B=37.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641231120.4800.090.52168.8131.5536.67
Hex407B70300934a92025
Octal10017316060011642514045
Binary1000000111101111100001100000100111010010101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B70; }

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

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

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

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

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

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

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

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