#4F7568

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

Shades of Dark Green Copper #4F7568

Tints of Dark Green Copper #4F7568

Color information

#4F7568 (or 0x4F7568) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 75 and 68. RGB value is (79,117,104). Sum of RGB (Red+Green+Blue) = 79+117+104=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7568 is #B08A97. Grayscale: #686868. Windows color (decimal): -11569816 or 6845775. OLE color: 6845775.

HSL color Cylindrical-coordinate representation of color #4F7568: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7568 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB79117104-
CMYK0.3200.110.54
HSL159.47º19.39%38.43%-
HSV(B)159.47º32.48%45.88%-
XYZ12.0815.3815.43-
YUV104.16127.91110.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=26.33%
G=39%
B=34.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791171040.3200.110.54159.4719.3938.43
Hex4F7568200B369f1326
Octal11716515040013662372346
Binary100111111101011101000100000010111101101001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,104); }

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

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

 a { background-color: rgb(79,117,104); }

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

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

 span { border-color: rgb(79,117,104); }

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