#4C7A71

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

Shades of Dark Green Copper #4C7A71

Tints of Dark Green Copper #4C7A71

Color information

#4C7A71 (or 0x4C7A71) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7A and 71. RGB value is (76,122,113). Sum of RGB (Red+Green+Blue) = 76+122+113=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A71 is #B3858E. Grayscale: #6B6B6B. Windows color (decimal): -11765135 or 7436876. OLE color: 7436876.

HSL color Cylindrical-coordinate representation of color #4C7A71: hue angle of 168.26º 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 #4C7A71 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB76122113-
CMYK0.3800.070.52
HSL168.26º23.23%38.82%-
HSV(B)168.26º37.7%47.84%-
XYZ12.9216.6518.16-
YUV107.22131.26105.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=24.44%
G=39.23%
B=36.33%

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
Decimal761221130.3800.070.52168.2623.2338.82
Hex4C7A71260734a81727
Octal1141721614607642502747
Binary10011001111010111000110011001111101001010100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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