#4A776A

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

Shades of Dark Green Copper #4A776A

Tints of Dark Green Copper #4A776A

Color information

#4A776A (or 0x4A776A) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 77 and 6A. RGB value is (74,119,106). Sum of RGB (Red+Green+Blue) = 74+119+106=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #4A776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A776A is #B58895. Grayscale: #686868. Windows color (decimal): -11896982 or 6977354. OLE color: 6977354.

HSL color Cylindrical-coordinate representation of color #4A776A: hue angle of 162.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A776A is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB74119106-
CMYK0.3800.110.53
HSL162.67º23.32%37.84%-
HSV(B)162.67º37.82%46.67%-
XYZ12.0215.6916.03-
YUV104.06129.09106.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=24.75%
G=39.80%
B=35.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741191060.3800.110.53162.6723.3237.84
Hex4A776A260B35a31726
Octal11216715246013652432746
Binary100101011101111101010100110010111101011010001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A776A; }

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

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

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

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

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

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

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

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