#426763

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

Shades of Dark Green Copper #426763

Tints of Dark Green Copper #426763

Color information

#426763 (or 0x426763) is unknown color: approx Dark Green Copper. HEX triplet: 42, 67 and 63. RGB value is (66,103,99). Sum of RGB (Red+Green+Blue) = 66+103+99=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #426763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426763 is #BD989C. Grayscale: #5B5B5B. Windows color (decimal): -12425373 or 6514498. OLE color: 6514498.

HSL color Cylindrical-coordinate representation of color #426763: hue angle of 173.51º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426763 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB6610399-
CMYK0.3600.040.60
HSL173.51º21.89%33.14%-
HSV(B)173.51º35.92%40.39%-
XYZ9.3511.7613.58-
YUV91.48132.24109.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=24.63%
G=38.43%
B=36.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103990.3600.040.60173.5121.8933.14
Hex42676324043Cae1621
Octal1021471434404742562641
Binary10000101100111110001110010001001111001010111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426763; }

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

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

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

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

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

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

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

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