#407770

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

Shades of Dark Green Copper #407770

Tints of Dark Green Copper #407770

Color information

#407770 (or 0x407770) is unknown color: approx Dark Green Copper. HEX triplet: 40, 77 and 70. RGB value is (64,119,112). Sum of RGB (Red+Green+Blue) = 64+119+112=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #407770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407770 is #BF888F. Grayscale: #656565. Windows color (decimal): -12552336 or 7370560. OLE color: 7370560.

HSL color Cylindrical-coordinate representation of color #407770: hue angle of 172.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407770 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB64119112-
CMYK0.4600.060.53
HSL172.36º30.05%35.88%-
HSV(B)172.36º46.22%46.67%-
XYZ11.6415.4517.7-
YUV101.76133.78101.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=21.69%
G=40.34%
B=37.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191120.4600.060.53172.3630.0535.88
Hex4077702E0635ac1e24
Octal1001671605606652543644
Binary10000001110111111000010111001101101011010110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407770; }

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

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

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

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

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

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

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

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