#42776a

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

Shades of Dark Green Copper #42776A

Tints of Dark Green Copper #42776A

Color information

#42776A (or 0x42776A) is unknown color: approx Dark Green Copper. HEX triplet: 42, 77 and 6A. RGB value is (66,119,106). Sum of RGB (Red+Green+Blue) = 66+119+106=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #42776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776A is #BD8895. Grayscale: #656565. Windows color (decimal): -12421270 or 6977346. OLE color: 6977346.

HSL color Cylindrical-coordinate representation of color #42776A: hue angle of 165.28º 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 #42776A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB66119106-
CMYK0.4500.110.53
HSL165.28º28.65%36.27%-
HSV(B)165.28º44.54%46.67%-
XYZ11.4515.3916-
YUV101.67130.44102.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=22.68%
G=40.89%
B=36.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191060.4500.110.53165.2828.6536.27
Hex42776A2D0B35a51d24
Octal10216715255013652453544
Binary100001011101111101010101101010111101011010010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42776a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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