#426D62

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

Shades of Dark Green Copper #426D62

Tints of Dark Green Copper #426D62

Color information

#426D62 (or 0x426D62) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6D and 62. RGB value is (66,109,98). Sum of RGB (Red+Green+Blue) = 66+109+98=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #426D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D62 is #BD929D. Grayscale: #5E5E5E. Windows color (decimal): -12423838 or 6450498. OLE color: 6450498.

HSL color Cylindrical-coordinate representation of color #426D62: hue angle of 164.65º 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 #426D62 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB6610998-
CMYK0.3900.100.57
HSL164.65º24.57%34.31%-
HSV(B)164.65º39.45%42.75%-
XYZ9.9212.9813.54-
YUV94.89129.75107.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=24.18%
G=39.93%
B=35.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109980.3900.100.57164.6524.5734.31
Hex426D62270A39a51922
Octal10215514247012712453142
Binary100001011011011100010100111010101110011010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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