#4A6A65

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

Shades of Dark Green Copper #4A6A65

Tints of Dark Green Copper #4A6A65

Color information

#4A6A65 (or 0x4A6A65) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 6A and 65. RGB value is (74,106,101). Sum of RGB (Red+Green+Blue) = 74+106+101=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6A65 is #B5959A. Grayscale: #5F5F5F. Windows color (decimal): -11900315 or 6646346. OLE color: 6646346.

HSL color Cylindrical-coordinate representation of color #4A6A65: hue angle of 170.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6A65 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB74106101-
CMYK0.3000.050.58
HSL170.62º17.78%35.29%-
HSV(B)170.62º30.19%41.57%-
XYZ10.3312.714.22-
YUV95.86130.9112.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 106 (41.80% from 255) = 37.72%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=26.33%
G=37.72%
B=35.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal741061010.3000.050.58170.6217.7835.29
Hex4A6A651E053Aab1223
Octal1121521453605722532243
Binary1001010110101011001011111001011110101010101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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