#4F7B73

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

Shades of Dark Green Copper #4F7B73

Tints of Dark Green Copper #4F7B73

Color information

#4F7B73 (or 0x4F7B73) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 7B and 73. RGB value is (79,123,115). Sum of RGB (Red+Green+Blue) = 79+123+115=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7B73 is #B0848C. Grayscale: #6C6C6C. Windows color (decimal): -11568269 or 7568207. OLE color: 7568207.

HSL color Cylindrical-coordinate representation of color #4F7B73: hue angle of 169.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7B73 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB79123115-
CMYK0.3600.070.52
HSL169.09º21.78%39.61%-
HSV(B)169.09º35.77%48.24%-
XYZ13.417.0718.81-
YUV108.93131.42106.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=24.92%
G=38.80%
B=36.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791231150.3600.070.52169.0921.7839.61
Hex4F7B73240734a91628
Octal1171731634407642512650
Binary10011111111011111001110010001111101001010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,123,115); }

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

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

 a { background-color: rgb(79,123,115); }

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

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

 span { border-color: rgb(79,123,115); }

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