#426E64

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

Shades of Dark Green Copper #426E64

Tints of Dark Green Copper #426E64

Color information

#426E64 (or 0x426E64) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6E and 64. RGB value is (66,110,100). Sum of RGB (Red+Green+Blue) = 66+110+100=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 110 - color contains mainly: green. Hex color #426E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E64 is #BD919B. Grayscale: #5F5F5F. Windows color (decimal): -12423580 or 6581826. OLE color: 6581826.

HSL color Cylindrical-coordinate representation of color #426E64: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E64 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB66110100-
CMYK0.400.090.57
HSL166.36º25%34.51%-
HSV(B)166.36º40%43.14%-
XYZ10.1213.2314.08-
YUV95.7130.42106.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=23.91%
G=39.86%
B=36.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal661101000.400.090.57166.362534.51
Hex426E64280939a61923
Octal10215614450011712463143
Binary100001011011101100100101000010011110011010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426E64; }

 p { color: rgb(66,110,100); }

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

<style>
 a { background-color: #426E64; }

 a { background-color: rgb(66,110,100); }

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

<style>
 span { border-color: #426E64; }

 span { border-color: rgb(66,110,100); }

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