#426B64

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

Shades of Dark Green Copper #426B64

Tints of Dark Green Copper #426B64

Color information

#426B64 (or 0x426B64) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6B and 64. RGB value is (66,107,100). Sum of RGB (Red+Green+Blue) = 66+107+100=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #426B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B64 is #BD949B. Grayscale: #5D5D5D. Windows color (decimal): -12424348 or 6581058. OLE color: 6581058.

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

Color convert

RGB66107100-
CMYK0.3800.070.58
HSL169.76º23.7%33.92%-
HSV(B)169.76º38.32%41.96%-
XYZ9.812.5913.97-
YUV93.94131.42108.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=24.18%
G=39.19%
B=36.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal661071000.3800.070.58169.7623.733.92
Hex426B6426073Aaa1822
Octal1021531444607722523042
Binary10000101101011110010010011001111110101010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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