#4A7D6F

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

Shades of Dark Green Copper #4A7D6F

Tints of Dark Green Copper #4A7D6F

Color information

#4A7D6F (or 0x4A7D6F) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 7D and 6F. RGB value is (74,125,111). Sum of RGB (Red+Green+Blue) = 74+125+111=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D6F is #B58290. Grayscale: #6C6C6C. Windows color (decimal): -11895441 or 7306570. OLE color: 7306570.

HSL color Cylindrical-coordinate representation of color #4A7D6F: hue angle of 163.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D6F is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB74125111-
CMYK0.4100.110.51
HSL163.53º25.63%39.02%-
HSV(B)163.53º40.8%49.02%-
XYZ13.0317.2717.69-
YUV108.16129.6103.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=23.87%
G=40.32%
B=35.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal741251110.4100.110.51163.5325.6339.02
Hex4A7D6F290B33a41a27
Octal11217515751013632443247
Binary100101011111011101111101001010111100111010010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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