#416C66

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

Shades of Dark Green Copper #416C66

Tints of Dark Green Copper #416C66

Color information

#416C66 (or 0x416C66) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6C and 66. RGB value is (65,108,102). Sum of RGB (Red+Green+Blue) = 65+108+102=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 108 - color contains mainly: green. Hex color #416C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C66 is #BE9399. Grayscale: #5E5E5E. Windows color (decimal): -12489626 or 6712385. OLE color: 6712385.

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

Color convert

RGB65108102-
CMYK0.4000.060.58
HSL171.63º24.86%33.92%-
HSV(B)171.63º39.81%42.35%-
XYZ9.9412.8114.52-
YUV94.46132.25106.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=23.64%
G=39.27%
B=37.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal651081020.4000.060.58171.6324.8633.92
Hex416C6628063Aac1922
Octal1011541465006722543142
Binary10000011101100110011010100001101110101010110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,108,102); }

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

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

 a { background-color: rgb(65,108,102); }

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

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

 span { border-color: rgb(65,108,102); }

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