#4A786F

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

Shades of Dark Green Copper #4A786F

Tints of Dark Green Copper #4A786F

Color information

#4A786F (or 0x4A786F) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 78 and 6F. RGB value is (74,120,111). Sum of RGB (Red+Green+Blue) = 74+120+111=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4A786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A786F is #B58790. Grayscale: #696969. Windows color (decimal): -11896721 or 7305290. OLE color: 7305290.

HSL color Cylindrical-coordinate representation of color #4A786F: hue angle of 168.26º 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 #4A786F is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB74120111-
CMYK0.3800.080.53
HSL168.26º23.71%38.04%-
HSV(B)168.26º38.33%47.06%-
XYZ12.4116.0417.48-
YUV105.22131.26105.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=24.26%
G=39.34%
B=36.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741201110.3800.080.53168.2623.7138.04
Hex4A786F260835a81826
Octal11217015746010652503046
Binary100101011110001101111100110010001101011010100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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