#4A786A

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

Shades of Dark Green Copper #4A786A

Tints of Dark Green Copper #4A786A

Color information

#4A786A (or 0x4A786A) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 78 and 6A. RGB value is (74,120,106). Sum of RGB (Red+Green+Blue) = 74+120+106=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #4A786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A786A is #B58795. Grayscale: #686868. Windows color (decimal): -11896726 or 6977610. OLE color: 6977610.

HSL color Cylindrical-coordinate representation of color #4A786A: hue angle of 161.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A786A is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB74120106-
CMYK0.3800.120.53
HSL161.74º23.71%38.04%-
HSV(B)161.74º38.33%47.06%-
XYZ12.1415.9316.07-
YUV104.65128.76106.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.67%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=24.67%
G=40%
B=35.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741201060.3800.120.53161.7423.7138.04
Hex4A786A260C35a21826
Octal11217015246014652423046
Binary100101011110001101010100110011001101011010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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