#416B64

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

Shades of Dark Green Copper #416B64

Tints of Dark Green Copper #416B64

Color information

#416B64 (or 0x416B64) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6B and 64. RGB value is (65,107,100). Sum of RGB (Red+Green+Blue) = 65+107+100=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #416B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B64 is #BE949B. Grayscale: #5D5D5D. Windows color (decimal): -12489884 or 6581057. OLE color: 6581057.

HSL color Cylindrical-coordinate representation of color #416B64: hue angle of 170º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B64 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB65107100-
CMYK0.3900.070.58
HSL170º24.42%33.73%-
HSV(B)170º39.25%41.96%-
XYZ9.7412.5613.97-
YUV93.64131.59107.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=23.90%
G=39.34%
B=36.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal651071000.3900.070.5817024.4233.73
Hex416B6427073Aaa1822
Octal1011531444707722523042
Binary10000011101011110010010011101111110101010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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