#4F7871

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

Shades of Dark Green Copper #4F7871

Tints of Dark Green Copper #4F7871

Color information

#4F7871 (or 0x4F7871) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 78 and 71. RGB value is (79,120,113). Sum of RGB (Red+Green+Blue) = 79+120+113=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7871 is #B0878E. Grayscale: #6A6A6A. Windows color (decimal): -11569039 or 7436367. OLE color: 7436367.

HSL color Cylindrical-coordinate representation of color #4F7871: hue angle of 169.76º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7871 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB79120113-
CMYK0.3400.060.53
HSL169.76º20.6%39.02%-
HSV(B)169.76º34.17%47.06%-
XYZ12.9216.2918.09-
YUV106.94131.42108.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=25.32%
G=38.46%
B=36.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201130.3400.060.53169.7620.639.02
Hex4F7871220635aa1527
Octal1171701614206652522547
Binary10011111111000111000110001001101101011010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,113); }

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

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

 a { background-color: rgb(79,120,113); }

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

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

 span { border-color: rgb(79,120,113); }

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