#42776D

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

Shades of Dark Green Copper #42776D

Tints of Dark Green Copper #42776D

Color information

#42776D (or 0x42776D) is unknown color: approx Dark Green Copper. HEX triplet: 42, 77 and 6D. RGB value is (66,119,109). Sum of RGB (Red+Green+Blue) = 66+119+109=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #42776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776D is #BD8892. Grayscale: #656565. Windows color (decimal): -12421267 or 7173954. OLE color: 7173954.

HSL color Cylindrical-coordinate representation of color #42776D: hue angle of 168.68º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42776D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB66119109-
CMYK0.4500.080.53
HSL168.68º28.65%36.27%-
HSV(B)168.68º44.54%46.67%-
XYZ11.615.4616.84-
YUV102.01131.94102.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=22.45%
G=40.48%
B=37.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191090.4500.080.53168.6828.6536.27
Hex42776D2D0835a91d24
Octal10216715555010652513544
Binary100001011101111101101101101010001101011010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42776D; }

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

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

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

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

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

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

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

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