#4A7D70

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

Shades of Dark Green Copper #4A7D70

Tints of Dark Green Copper #4A7D70

Color information

#4A7D70 (or 0x4A7D70) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 7D and 70. RGB value is (74,125,112). Sum of RGB (Red+Green+Blue) = 74+125+112=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D70 is #B5828F. Grayscale: #6C6C6C. Windows color (decimal): -11895440 or 7372106. OLE color: 7372106.

HSL color Cylindrical-coordinate representation of color #4A7D70: hue angle of 164.71º 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 #4A7D70 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB74125112-
CMYK0.4100.100.51
HSL164.71º25.63%39.02%-
HSV(B)164.71º40.8%49.02%-
XYZ13.0817.2917.98-
YUV108.27130.1103.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 125 (49.22% from 255) = 40.19%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=23.79%
G=40.19%
B=36.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal741251120.4100.100.51164.7125.6339.02
Hex4A7D70290A33a51a27
Octal11217516051012632453247
Binary100101011111011110000101001010101100111010010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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