#4C7A72

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

Shades of Dark Green Copper #4C7A72

Tints of Dark Green Copper #4C7A72

Color information

#4C7A72 (or 0x4C7A72) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7A and 72. RGB value is (76,122,114). Sum of RGB (Red+Green+Blue) = 76+122+114=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A72 is #B3858D. Grayscale: #6B6B6B. Windows color (decimal): -11765134 or 7502412. OLE color: 7502412.

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

Color convert

RGB76122114-
CMYK0.3800.070.52
HSL169.57º23.23%38.82%-
HSV(B)169.57º37.7%47.84%-
XYZ12.9816.6718.45-
YUV107.33131.76105.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=24.36%
G=39.10%
B=36.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761221140.3800.070.52169.5723.2338.82
Hex4C7A72260734aa1727
Octal1141721624607642522747
Binary10011001111010111001010011001111101001010101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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