#4F7469

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

Shades of Dark Green Copper #4F7469

Tints of Dark Green Copper #4F7469

Color information

#4F7469 (or 0x4F7469) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 74 and 69. RGB value is (79,116,105). Sum of RGB (Red+Green+Blue) = 79+116+105=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7469 is #B08B96. Grayscale: #676767. Windows color (decimal): -11570071 or 6911055. OLE color: 6911055.

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

Color convert

RGB79116105-
CMYK0.3200.090.55
HSL162.16º18.97%38.24%-
HSV(B)162.16º31.9%45.49%-
XYZ12.0215.1715.66-
YUV103.68128.74110.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=26.33%
G=38.67%
B=35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791161050.3200.090.55162.1618.9738.24
Hex4F7469200937a21326
Octal11716415140011672422346
Binary100111111101001101001100000010011101111010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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