#426962

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

Shades of Dark Green Copper #426962

Tints of Dark Green Copper #426962

Color information

#426962 (or 0x426962) is unknown color: approx Dark Green Copper. HEX triplet: 42, 69 and 62. RGB value is (66,105,98). Sum of RGB (Red+Green+Blue) = 66+105+98=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #426962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426962 is #BD969D. Grayscale: #5C5C5C. Windows color (decimal): -12424862 or 6449474. OLE color: 6449474.

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

Color convert

RGB6610598-
CMYK0.3700.070.59
HSL169.23º22.81%33.53%-
HSV(B)169.23º37.14%41.18%-
XYZ9.512.1413.4-
YUV92.54131.08109.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=24.54%
G=39.03%
B=36.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105980.3700.070.59169.2322.8133.53
Hex42696225073Ba91722
Octal1021511424507732512742
Binary10000101101001110001010010101111110111010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426962; }

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

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

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

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

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

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

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

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