#4A796C

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

Shades of Dark Green Copper #4A796C

Tints of Dark Green Copper #4A796C

Color information

#4A796C (or 0x4A796C) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 79 and 6C. RGB value is (74,121,108). Sum of RGB (Red+Green+Blue) = 74+121+108=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #4A796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A796C is #B58693. Grayscale: #696969. Windows color (decimal): -11896468 or 7108938. OLE color: 7108938.

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

Color convert

RGB74121108-
CMYK0.3900.110.53
HSL163.4º24.1%38.24%-
HSV(B)163.4º38.84%47.45%-
XYZ12.3716.2116.66-
YUV105.46129.43105.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=24.42%
G=39.93%
B=35.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741211080.3900.110.53163.424.138.24
Hex4A796C270B35a31826
Octal11217115447013652433046
Binary100101011110011101100100111010111101011010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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