#4A706C

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

Shades of Dark Green Copper #4A706C

Tints of Dark Green Copper #4A706C

Color information

#4A706C (or 0x4A706C) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 70 and 6C. RGB value is (74,112,108). Sum of RGB (Red+Green+Blue) = 74+112+108=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706C is #B58F93. Grayscale: #646464. Windows color (decimal): -11898772 or 7106634. OLE color: 7106634.

HSL color Cylindrical-coordinate representation of color #4A706C: hue angle of 173.68º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A706C is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB74112108-
CMYK0.3400.040.56
HSL173.68º20.43%36.47%-
HSV(B)173.68º33.93%43.92%-
XYZ11.3214.1316.32-
YUV100.18132.41109.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=25.17%
G=38.10%
B=36.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741121080.3400.040.56173.6820.4336.47
Hex4A706C220438ae1424
Octal1121601544204702562444
Binary10010101110000110110010001001001110001010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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