#407166

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

Shades of Dark Green Copper #407166

Tints of Dark Green Copper #407166

Color information

#407166 (or 0x407166) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 66. RGB value is (64,113,102). Sum of RGB (Red+Green+Blue) = 64+113+102=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #407166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407166 is #BF8E99. Grayscale: #616161. Windows color (decimal): -12553882 or 6713664. OLE color: 6713664.

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

Color convert

RGB64113102-
CMYK0.4300.100.56
HSL166.53º27.68%34.71%-
HSV(B)166.53º43.36%44.31%-
XYZ10.4213.8614.7-
YUV97.1130.77104.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=22.94%
G=40.50%
B=36.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131020.4300.100.56166.5327.6834.71
Hex4071662B0A38a71c23
Octal10016114653012702473443
Binary100000011100011100110101011010101110001010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407166; }

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

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

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

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

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

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

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

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