#426762

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

Shades of Dark Green Copper #426762

Tints of Dark Green Copper #426762

Color information

#426762 (or 0x426762) is unknown color: approx Dark Green Copper. HEX triplet: 42, 67 and 62. RGB value is (66,103,98). Sum of RGB (Red+Green+Blue) = 66+103+98=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #426762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426762 is #BD989D. Grayscale: #5B5B5B. Windows color (decimal): -12425374 or 6448962. OLE color: 6448962.

HSL color Cylindrical-coordinate representation of color #426762: hue angle of 171.89º 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 #426762 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB6610398-
CMYK0.3600.050.60
HSL171.89º21.89%33.14%-
HSV(B)171.89º35.92%40.39%-
XYZ9.311.7413.33-
YUV91.37131.74109.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=24.72%
G=38.58%
B=36.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103980.3600.050.60171.8921.8933.14
Hex42676224053Cac1621
Octal1021471424405742542641
Binary10000101100111110001010010001011111001010110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426762; }

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

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

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

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

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

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

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

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