#4F7E74

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

Shades of Dark Green Copper #4F7E74

Tints of Dark Green Copper #4F7E74

Color information

#4F7E74 (or 0x4F7E74) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 7E and 74. RGB value is (79,126,116). Sum of RGB (Red+Green+Blue) = 79+126+116=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #4F7E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7E74 is #B0818B. Grayscale: #6E6E6E. Windows color (decimal): -11567500 or 7634511. OLE color: 7634511.

HSL color Cylindrical-coordinate representation of color #4F7E74: hue angle of 167.23º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F7E74 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB79126116-
CMYK0.3700.080.51
HSL167.23º22.93%40.2%-
HSV(B)167.23º37.3%49.41%-
XYZ13.8417.8419.24-
YUV110.81130.93105.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.61%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=24.61%
G=39.25%
B=36.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791261160.3700.080.51167.2322.9340.2
Hex4F7E74250833a71728
Octal11717616445010632472750
Binary100111111111101110100100101010001100111010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,126,116); }

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

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

 a { background-color: rgb(79,126,116); }

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

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

 span { border-color: rgb(79,126,116); }

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