#407771

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

Shades of Dark Green Copper #407771

Tints of Dark Green Copper #407771

Color information

#407771 (or 0x407771) is unknown color: approx Dark Green Copper. HEX triplet: 40, 77 and 71. RGB value is (64,119,113). Sum of RGB (Red+Green+Blue) = 64+119+113=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #407771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407771 is #BF888E. Grayscale: #656565. Windows color (decimal): -12552335 or 7436096. OLE color: 7436096.

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

Color convert

RGB64119113-
CMYK0.4600.050.53
HSL173.45º30.05%35.88%-
HSV(B)173.45º46.22%46.67%-
XYZ11.6915.4817.99-
YUV101.87134.28100.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=21.62%
G=40.20%
B=38.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191130.4600.050.53173.4530.0535.88
Hex4077712E0535ad1e24
Octal1001671615605652553644
Binary10000001110111111000110111001011101011010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407771; }

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

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

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

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

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

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

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

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