#416D63

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

Shades of Dark Green Copper #416D63

Tints of Dark Green Copper #416D63

Color information

#416D63 (or 0x416D63) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6D and 63. RGB value is (65,109,99). Sum of RGB (Red+Green+Blue) = 65+109+99=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #416D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D63 is #BE929C. Grayscale: #5E5E5E. Windows color (decimal): -12489373 or 6516033. OLE color: 6516033.

HSL color Cylindrical-coordinate representation of color #416D63: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D63 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB6510999-
CMYK0.4000.090.57
HSL166.36º25.29%34.12%-
HSV(B)166.36º40.37%42.75%-
XYZ9.912.9613.78-
YUV94.7130.42106.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=23.81%
G=39.93%
B=36.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65109990.4000.090.57166.3625.2934.12
Hex416D63280939a61922
Octal10115514350011712463142
Binary100000111011011100011101000010011110011010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D63; }

 p { color: rgb(65,109,99); }

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

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

 a { background-color: rgb(65,109,99); }

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

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

 span { border-color: rgb(65,109,99); }

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