#416A66

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

Shades of Dark Green Copper #416A66

Tints of Dark Green Copper #416A66

Color information

#416A66 (or 0x416A66) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6A and 66. RGB value is (65,106,102). Sum of RGB (Red+Green+Blue) = 65+106+102=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #416A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A66 is #BE9599. Grayscale: #5D5D5D. Windows color (decimal): -12490138 or 6711873. OLE color: 6711873.

HSL color Cylindrical-coordinate representation of color #416A66: hue angle of 174.15º 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 #416A66 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB65106102-
CMYK0.3900.040.58
HSL174.15º23.98%33.53%-
HSV(B)174.15º38.68%41.57%-
XYZ9.7312.3914.45-
YUV93.28132.92107.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=23.81%
G=38.83%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal651061020.3900.040.58174.1523.9833.53
Hex416A6627043Aae1822
Octal1011521464704722563042
Binary10000011101010110011010011101001110101010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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