#4F7870

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

Shades of Dark Green Copper #4F7870

Tints of Dark Green Copper #4F7870

Color information

#4F7870 (or 0x4F7870) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 78 and 70. RGB value is (79,120,112). Sum of RGB (Red+Green+Blue) = 79+120+112=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7870 is #B0878F. Grayscale: #6A6A6A. Windows color (decimal): -11569040 or 7370831. OLE color: 7370831.

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

Color convert

RGB79120112-
CMYK0.3400.070.53
HSL168.29º20.6%39.02%-
HSV(B)168.29º34.17%47.06%-
XYZ12.8716.2717.79-
YUV106.83130.92108.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.40%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=25.40%
G=38.59%
B=36.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201120.3400.070.53168.2920.639.02
Hex4F7870220735a81527
Octal1171701604207652502547
Binary10011111111000111000010001001111101011010100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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