#4A7165

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

Shades of Dark Green Copper #4A7165

Tints of Dark Green Copper #4A7165

Color information

#4A7165 (or 0x4A7165) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 71 and 65. RGB value is (74,113,101). Sum of RGB (Red+Green+Blue) = 74+113+101=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7165 is #B58E9A. Grayscale: #636363. Windows color (decimal): -11898523 or 6648138. OLE color: 6648138.

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

Color convert

RGB74113101-
CMYK0.3500.110.56
HSL161.54º20.86%36.67%-
HSV(B)161.54º34.51%44.31%-
XYZ11.0814.2114.47-
YUV99.97128.58109.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=25.69%
G=39.24%
B=35.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741131010.3500.110.56161.5420.8636.67
Hex4A7165230B38a21525
Octal11216114543013702422545
Binary100101011100011100101100011010111110001010001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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