#426F6A

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

Shades of Dark Green Copper #426F6A

Tints of Dark Green Copper #426F6A

Color information

#426F6A (or 0x426F6A) is unknown color: approx Dark Green Copper. HEX triplet: 42, 6F and 6A. RGB value is (66,111,106). Sum of RGB (Red+Green+Blue) = 66+111+106=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #426F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F6A is #BD9095. Grayscale: #606060. Windows color (decimal): -12423318 or 6975298. OLE color: 6975298.

HSL color Cylindrical-coordinate representation of color #426F6A: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F6A is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB66111106-
CMYK0.4100.050.56
HSL173.33º25.42%34.71%-
HSV(B)173.33º40.54%43.53%-
XYZ10.5313.5715.7-
YUV96.98133.09105.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=23.32%
G=39.22%
B=37.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661111060.4100.050.56173.3325.4234.71
Hex426F6A290538ad1923
Octal1021571525105702553143
Binary10000101101111110101010100101011110001010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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