#4F736C

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

Shades of Dark Green Copper #4F736C

Tints of Dark Green Copper #4F736C

Color information

#4F736C (or 0x4F736C) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 73 and 6C. RGB value is (79,115,108). Sum of RGB (Red+Green+Blue) = 79+115+108=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #4F736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F736C is #B08C93. Grayscale: #676767. Windows color (decimal): -11570324 or 7107407. OLE color: 7107407.

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

Color convert

RGB79115108-
CMYK0.3100.060.55
HSL168.33º18.56%38.04%-
HSV(B)168.33º31.3%45.1%-
XYZ12.0615.0116.45-
YUV103.44130.57110.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=26.16%
G=38.08%
B=35.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791151080.3100.060.55168.3318.5638.04
Hex4F736C1F0637a81326
Octal1171631543706672502346
Binary1001111111001111011001111101101101111010100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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