#40716C

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

Shades of Dark Green Copper #40716C

Tints of Dark Green Copper #40716C

Color information

#40716C (or 0x40716C) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 6C. RGB value is (64,113,108). Sum of RGB (Red+Green+Blue) = 64+113+108=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #40716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716C is #BF8E93. Grayscale: #616161. Windows color (decimal): -12553876 or 7106880. OLE color: 7106880.

HSL color Cylindrical-coordinate representation of color #40716C: hue angle of 173.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40716C is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB64113108-
CMYK0.4300.040.56
HSL173.88º27.68%34.71%-
HSV(B)173.88º43.36%44.31%-
XYZ10.7313.9816.32-
YUV97.78133.77103.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=22.46%
G=39.65%
B=37.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131080.4300.040.56173.8827.6834.71
Hex40716C2B0438ae1c23
Octal1001611545304702563443
Binary10000001110001110110010101101001110001010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40716C; }

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

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

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

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

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

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

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

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