#428077

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

Shades of Dark Green Copper #428077

Tints of Dark Green Copper #428077

Color information

#428077 (or 0x428077) is unknown color: approx Dark Green Copper. HEX triplet: 42, 80 and 77. RGB value is (66,128,119). Sum of RGB (Red+Green+Blue) = 66+128+119=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #428077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428077 is #BD7F88. Grayscale: #6C6C6C. Windows color (decimal): -12418953 or 7831618. OLE color: 7831618.

HSL color Cylindrical-coordinate representation of color #428077: hue angle of 171.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428077 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB66128119-
CMYK0.4800.070.50
HSL171.29º31.96%38.04%-
HSV(B)171.29º48.44%50.2%-
XYZ13.317.9320.21-
YUV108.44133.9697.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=21.09%
G=40.89%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281190.4800.070.50171.2931.9638.04
Hex428077300732ab2026
Octal1022001676007622534046
Binary1000010100000001110111110000011111001010101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428077; }

 p { color: rgb(66,128,119); }

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

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

 a { background-color: rgb(66,128,119); }

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

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

 span { border-color: rgb(66,128,119); }

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