#416D64

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

Shades of Dark Green Copper #416D64

Tints of Dark Green Copper #416D64

Color information

#416D64 (or 0x416D64) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6D and 64. RGB value is (65,109,100). Sum of RGB (Red+Green+Blue) = 65+109+100=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #416D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D64 is #BE929B. Grayscale: #5E5E5E. Windows color (decimal): -12489372 or 6581569. OLE color: 6581569.

HSL color Cylindrical-coordinate representation of color #416D64: hue angle of 167.73º 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 #416D64 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB65109100-
CMYK0.4000.080.57
HSL167.73º25.29%34.12%-
HSV(B)167.73º40.37%42.75%-
XYZ9.9512.9814.04-
YUV94.82130.92106.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=23.72%
G=39.78%
B=36.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651091000.4000.080.57167.7325.2934.12
Hex416D64280839a81922
Octal10115514450010712503142
Binary100000111011011100100101000010001110011010100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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