#416B65

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

Shades of Dark Green Copper #416B65

Tints of Dark Green Copper #416B65

Color information

#416B65 (or 0x416B65) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6B and 65. RGB value is (65,107,101). Sum of RGB (Red+Green+Blue) = 65+107+101=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #416B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B65 is #BE949A. Grayscale: #5D5D5D. Windows color (decimal): -12489883 or 6646593. OLE color: 6646593.

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

Color convert

RGB65107101-
CMYK0.3900.060.58
HSL171.43º24.42%33.73%-
HSV(B)171.43º39.25%41.96%-
XYZ9.7912.5814.22-
YUV93.76132.09107.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=23.81%
G=39.19%
B=37.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal651071010.3900.060.58171.4324.4233.73
Hex416B6527063Aab1822
Octal1011531454706722533042
Binary10000011101011110010110011101101110101010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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