#4A7A72

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

Shades of Dark Green Copper #4A7A72

Tints of Dark Green Copper #4A7A72

Color information

#4A7A72 (or 0x4A7A72) is unknown color: approx Dark Green Copper. HEX triplet: 4A, 7A and 72. RGB value is (74,122,114). Sum of RGB (Red+Green+Blue) = 74+122+114=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7A72 is #B5858D. Grayscale: #6A6A6A. Windows color (decimal): -11896206 or 7502410. OLE color: 7502410.

HSL color Cylindrical-coordinate representation of color #4A7A72: hue angle of 170º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7A72 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB74122114-
CMYK0.3900.070.52
HSL170º24.49%38.43%-
HSV(B)170º39.34%47.84%-
XYZ12.8216.5918.45-
YUV106.74132.1104.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=23.87%
G=39.35%
B=36.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741221140.3900.070.5217024.4938.43
Hex4A7A72270734aa1826
Octal1121721624707642523046
Binary10010101111010111001010011101111101001010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,122,114); }

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

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

 a { background-color: rgb(74,122,114); }

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

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

 span { border-color: rgb(74,122,114); }

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