#40716A

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

Shades of Dark Green Copper #40716A

Tints of Dark Green Copper #40716A

Color information

#40716A (or 0x40716A) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 6A. RGB value is (64,113,106). Sum of RGB (Red+Green+Blue) = 64+113+106=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #40716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716A is #BF8E95. Grayscale: #616161. Windows color (decimal): -12553878 or 6975808. OLE color: 6975808.

HSL color Cylindrical-coordinate representation of color #40716A: hue angle of 171.43º 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 #40716A is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB64113106-
CMYK0.4300.060.56
HSL171.43º27.68%34.71%-
HSV(B)171.43º43.36%44.31%-
XYZ10.6213.9415.77-
YUV97.55132.77104.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=22.61%
G=39.93%
B=37.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131060.4300.060.56171.4327.6834.71
Hex40716A2B0638ab1c23
Octal1001611525306702533443
Binary10000001110001110101010101101101110001010101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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