#4A796A

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

Shades of Dark Green Copper #4A796A

Tints of Dark Green Copper #4A796A

Color information

#4A796A (or 0x4A796A) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 79 and 6A. RGB value is (74,121,106). Sum of RGB (Red+Green+Blue) = 74+121+106=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #4A796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A796A is #B58695. Grayscale: #696969. Windows color (decimal): -11896470 or 6977866. OLE color: 6977866.

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

Color convert

RGB74121106-
CMYK0.3900.120.53
HSL160.85º24.1%38.24%-
HSV(B)160.85º38.84%47.45%-
XYZ12.2616.1716.11-
YUV105.24128.43105.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=24.58%
G=40.20%
B=35.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741211060.3900.120.53160.8524.138.24
Hex4A796A270C35a11826
Octal11217115247014652413046
Binary100101011110011101010100111011001101011010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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