#426D63

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

Shades of Dark Green Copper #426D63

Tints of Dark Green Copper #426D63

Color information

#426D63 (or 0x426D63) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6D and 63. RGB value is (66,109,99). Sum of RGB (Red+Green+Blue) = 66+109+99=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #426D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D63 is #BD929C. Grayscale: #5F5F5F. Windows color (decimal): -12423837 or 6516034. OLE color: 6516034.

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

Color convert

RGB6610999-
CMYK0.3900.090.57
HSL166.05º24.57%34.31%-
HSV(B)166.05º39.45%42.75%-
XYZ9.971313.79-
YUV95130.25107.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=24.09%
G=39.78%
B=36.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109990.3900.090.57166.0524.5734.31
Hex426D63270939a61922
Octal10215514347011712463142
Binary100001011011011100011100111010011110011010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,99); }

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

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

 a { background-color: rgb(66,109,99); }

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

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

 span { border-color: rgb(66,109,99); }

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