#4A706B

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

Shades of Dark Green Copper #4A706B

Tints of Dark Green Copper #4A706B

Color information

#4A706B (or 0x4A706B) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 70 and 6B. RGB value is (74,112,107). Sum of RGB (Red+Green+Blue) = 74+112+107=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706B is #B58F94. Grayscale: #646464. Windows color (decimal): -11898773 or 7041098. OLE color: 7041098.

HSL color Cylindrical-coordinate representation of color #4A706B: hue angle of 172.11º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A706B is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB74112107-
CMYK0.3400.040.56
HSL172.11º20.43%36.47%-
HSV(B)172.11º33.93%43.92%-
XYZ11.2714.1116.04-
YUV100.07131.91109.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.26%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=25.26%
G=38.23%
B=36.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741121070.3400.040.56172.1120.4336.47
Hex4A706B220438ac1424
Octal1121601534204702542444
Binary10010101110000110101110001001001110001010110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,107); }

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

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

 a { background-color: rgb(74,112,107); }

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

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

 span { border-color: rgb(74,112,107); }

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