#426E6A

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

Shades of Dark Green Copper #426E6A

Tints of Dark Green Copper #426E6A

Color information

#426E6A (or 0x426E6A) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6E and 6A. RGB value is (66,110,106). Sum of RGB (Red+Green+Blue) = 66+110+106=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #426E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E6A is #BD9195. Grayscale: #606060. Windows color (decimal): -12423574 or 6975042. OLE color: 6975042.

HSL color Cylindrical-coordinate representation of color #426E6A: hue angle of 174.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E6A is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB66110106-
CMYK0.400.040.57
HSL174.55º25%34.51%-
HSV(B)174.55º40%43.14%-
XYZ10.4213.3515.66-
YUV96.39133.42106.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=23.40%
G=39.01%
B=37.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal661101060.400.040.57174.552534.51
Hex426E6A280439af1923
Octal1021561525004712573143
Binary10000101101110110101010100001001110011010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,106); }

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

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

 a { background-color: rgb(66,110,106); }

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

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

 span { border-color: rgb(66,110,106); }

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