#426C62

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

Shades of Dark Green Copper #426C62

Tints of Dark Green Copper #426C62

Color information

#426C62 (or 0x426C62) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6C and 62. RGB value is (66,108,98). Sum of RGB (Red+Green+Blue) = 66+108+98=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #426C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C62 is #BD939D. Grayscale: #5E5E5E. Windows color (decimal): -12424094 or 6450242. OLE color: 6450242.

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

Color convert

RGB6610898-
CMYK0.3900.090.58
HSL165.71º24.14%34.12%-
HSV(B)165.71º38.89%42.35%-
XYZ9.8112.7713.5-
YUV94.3130.09107.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=24.26%
G=39.71%
B=36.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108980.3900.090.58165.7124.1434.12
Hex426C6227093Aa61822
Octal10215414247011722463042
Binary100001011011001100010100111010011110101010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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