#4A796B

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

Shades of Dark Green Copper #4A796B

Tints of Dark Green Copper #4A796B

Color information

#4A796B (or 0x4A796B) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 79 and 6B. RGB value is (74,121,107). Sum of RGB (Red+Green+Blue) = 74+121+107=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #4A796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A796B is #B58694. Grayscale: #696969. Windows color (decimal): -11896469 or 7043402. OLE color: 7043402.

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

Color convert

RGB74121107-
CMYK0.3900.120.53
HSL162.13º24.1%38.24%-
HSV(B)162.13º38.84%47.45%-
XYZ12.3216.1916.39-
YUV105.35128.93105.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=24.50%
G=40.07%
B=35.43%

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
Decimal741211070.3900.120.53162.1324.138.24
Hex4A796B270C35a21826
Octal11217115347014652423046
Binary100101011110011101011100111011001101011010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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