#4A7363

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

Shades of Dark Green Copper #4A7363

Tints of Dark Green Copper #4A7363

Color information

#4A7363 (or 0x4A7363) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 73 and 63. RGB value is (74,115,99). Sum of RGB (Red+Green+Blue) = 74+115+99=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7363 is #B58C9C. Grayscale: #646464. Windows color (decimal): -11898013 or 6517578. OLE color: 6517578.

HSL color Cylindrical-coordinate representation of color #4A7363: hue angle of 156.59º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7363 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7411599-
CMYK0.3600.140.55
HSL156.59º21.69%37.06%-
HSV(B)156.59º35.65%45.1%-
XYZ11.2114.6214.04-
YUV100.92126.92108.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=25.69%
G=39.93%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115990.3600.140.55156.5921.6937.06
Hex4A7363240E379d1625
Octal11216314344016672352645
Binary100101011100111100011100100011101101111001110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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