#4A7065

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

Shades of Dark Green Copper #4A7065

Tints of Dark Green Copper #4A7065

Color information

#4A7065 (or 0x4A7065) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 70 and 65. RGB value is (74,112,101). Sum of RGB (Red+Green+Blue) = 74+112+101=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7065 is #B58F9A. Grayscale: #636363. Windows color (decimal): -11898779 or 6647882. OLE color: 6647882.

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

Color convert

RGB74112101-
CMYK0.3400.100.56
HSL162.63º20.43%36.47%-
HSV(B)162.63º33.93%43.92%-
XYZ10.9713.9814.43-
YUV99.38128.91109.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=25.78%
G=39.02%
B=35.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741121010.3400.100.56162.6320.4336.47
Hex4A7065220A38a31424
Octal11216014542012702432444
Binary100101011100001100101100010010101110001010001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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