#428177

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

Shades of Dark Green Copper #428177

Tints of Dark Green Copper #428177

Color information

#428177 (or 0x428177) is unknown color: approx Dark Green Copper. HEX triplet: 42, 81 and 77. RGB value is (66,129,119). Sum of RGB (Red+Green+Blue) = 66+129+119=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #428177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428177 is #BD7E88. Grayscale: #6D6D6D. Windows color (decimal): -12418697 or 7831874. OLE color: 7831874.

HSL color Cylindrical-coordinate representation of color #428177: hue angle of 170.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428177 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB66129119-
CMYK0.4900.080.49
HSL170.48º32.31%38.24%-
HSV(B)170.48º48.84%50.59%-
XYZ13.4318.1920.26-
YUV109.02133.6397.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=21.02%
G=41.08%
B=37.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291190.4900.080.49170.4832.3138.24
Hex428177310831aa2026
Octal10220116761010612524046
Binary10000101000000111101111100010100011000110101010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428177; }

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

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

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

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

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

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

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

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