#416D67

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

Shades of Dark Green Copper #416D67

Tints of Dark Green Copper #416D67

Color information

#416D67 (or 0x416D67) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6D and 67. RGB value is (65,109,103). Sum of RGB (Red+Green+Blue) = 65+109+103=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #416D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D67 is #BE9298. Grayscale: #5F5F5F. Windows color (decimal): -12489369 or 6778177. OLE color: 6778177.

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

Color convert

RGB65109103-
CMYK0.4000.060.57
HSL171.82º25.29%34.12%-
HSV(B)171.82º40.37%42.75%-
XYZ10.113.0414.82-
YUV95.16132.42106.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=23.47%
G=39.35%
B=37.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651091030.4000.060.57171.8225.2934.12
Hex416D67280639ac1922
Octal1011551475006712543142
Binary10000011101101110011110100001101110011010110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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