#4A7063

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

Shades of Dark Green Copper #4A7063

Tints of Dark Green Copper #4A7063

Color information

#4A7063 (or 0x4A7063) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 70 and 63. RGB value is (74,112,99). Sum of RGB (Red+Green+Blue) = 74+112+99=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7063 is #B58F9C. Grayscale: #636363. Windows color (decimal): -11898781 or 6516810. OLE color: 6516810.

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

Color convert

RGB7411299-
CMYK0.3400.120.56
HSL159.47º20.43%36.47%-
HSV(B)159.47º33.93%43.92%-
XYZ10.8713.9513.92-
YUV99.16127.91110.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=25.96%
G=39.30%
B=34.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112990.3400.120.56159.4720.4336.47
Hex4A7063220C389f1424
Octal11216014342014702372444
Binary100101011100001100011100010011001110001001111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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