#426863

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

Shades of Dark Green Copper #426863

Tints of Dark Green Copper #426863

Color information

#426863 (or 0x426863) is unknown color: approx Dark Green Copper. HEX triplet: 42, 68 and 63. RGB value is (66,104,99). Sum of RGB (Red+Green+Blue) = 66+104+99=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #426863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426863 is #BD979C. Grayscale: #5C5C5C. Windows color (decimal): -12425117 or 6514754. OLE color: 6514754.

HSL color Cylindrical-coordinate representation of color #426863: hue angle of 172.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426863 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB6610499-
CMYK0.3700.050.59
HSL172.11º22.35%33.33%-
HSV(B)172.11º36.54%40.78%-
XYZ9.4511.9613.61-
YUV92.07131.91109.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=24.54%
G=38.66%
B=36.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104990.3700.050.59172.1122.3533.33
Hex42686325053Bac1621
Octal1021501434505732542641
Binary10000101101000110001110010101011110111010110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426863; }

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

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

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

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

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

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

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

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