#4A7164

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

Shades of Dark Green Copper #4A7164

Tints of Dark Green Copper #4A7164

Color information

#4A7164 (or 0x4A7164) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 71 and 64. RGB value is (74,113,100). Sum of RGB (Red+Green+Blue) = 74+113+100=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7164 is #B58E9B. Grayscale: #636363. Windows color (decimal): -11898524 or 6582602. OLE color: 6582602.

HSL color Cylindrical-coordinate representation of color #4A7164: hue angle of 160º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7164 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB74113100-
CMYK0.3500.120.56
HSL160º20.86%36.67%-
HSV(B)160º34.51%44.31%-
XYZ11.0314.1914.21-
YUV99.86128.08109.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=25.78%
G=39.37%
B=34.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741131000.3500.120.5616020.8636.67
Hex4A7164230C38a01525
Octal11216114443014702402545
Binary100101011100011100100100011011001110001010000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,100); }

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

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

 a { background-color: rgb(74,113,100); }

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

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

 span { border-color: rgb(74,113,100); }

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