#426B65

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

Shades of Dark Green Copper #426B65

Tints of Dark Green Copper #426B65

Color information

#426B65 (or 0x426B65) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6B and 65. RGB value is (66,107,101). Sum of RGB (Red+Green+Blue) = 66+107+101=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #426B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B65 is #BD949A. Grayscale: #5E5E5E. Windows color (decimal): -12424347 or 6646594. OLE color: 6646594.

HSL color Cylindrical-coordinate representation of color #426B65: hue angle of 171.22º 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 #426B65 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB66107101-
CMYK0.3800.060.58
HSL171.22º23.7%33.92%-
HSV(B)171.22º38.32%41.96%-
XYZ9.8512.6114.23-
YUV94.06131.92107.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=24.09%
G=39.05%
B=36.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal661071010.3800.060.58171.2223.733.92
Hex426B6526063Aab1822
Octal1021531454606722533042
Binary10000101101011110010110011001101110101010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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