#416D6A

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

Shades of Dark Green Copper #416D6A

Tints of Dark Green Copper #416D6A

Color information

#416D6A (or 0x416D6A) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6D and 6A. RGB value is (65,109,106). Sum of RGB (Red+Green+Blue) = 65+109+106=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #416D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D6A is #BE9295. Grayscale: #5F5F5F. Windows color (decimal): -12489366 or 6974785. OLE color: 6974785.

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

Color convert

RGB65109106-
CMYK0.4000.030.57
HSL175.91º25.29%34.12%-
HSV(B)175.91º40.37%42.75%-
XYZ10.2513.115.62-
YUV95.5133.92106.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=23.21%
G=38.93%
B=37.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651091060.4000.030.57175.9125.2934.12
Hex416D6A280339b01922
Octal1011551525003712603142
Binary1000001110110111010101010000111110011011000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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